POV-Ray : Newsgroups : povray.binaries.images : I want to use media to render like this~~ Server Time
7 Aug 2024 01:17:48 EDT (-0400)
  I want to use media to render like this~~ (Message 11 to 11 of 11)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Tim Attwood
Subject: Re: I want to use media to render like this~~
Date: 5 Sep 2006 02:11:11
Message: <44fd14ff@news.povray.org>
> And now i draw the conclusion that it's impossible to achieve the same
> result by using the media object, anybody disagree with me??
I diasagree.
It can be done with media, that's what media is for.
People make perty, fluffy clouds with it all the time.
Something like this media should show up fine...

#declare Ring =box{-0.5,0.5
    texture {pigment{Clear}finish{ambient 0 diffuse 0}}
    hollow
    interior{
        media{
            scattering{1, 0.0028 extinction 0.3}
            absorption 0.00015
            emission <1, 1, 1>*0.9
            density{
                density_file df3 "ring.df3"
                interpolate 2
                translate <-0.5,-0.5,-0.5>
                scale <1,-1,1>
            }
        }
    }
}


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.