POV-Ray : Newsgroups : povray.newusers : Media or CSG error? : Media or CSG error? Server Time
30 Jul 2024 04:21:14 EDT (-0400)
  Media or CSG error?  
From: Soace Munky
Date: 15 Oct 2004 23:35:43
Message: <4170970f$1@news.povray.org>
Since I'm new to both, its hard to destinguish. Im trying to experiment 
with media by placing a smoke-filled glob inside water.

#declare Media =
media {
	emission 0.05
	intervals 1
	samples 5
	method 3
}
difference {
box {<-4,-1,-1><4,1,1>
      material {water}
     }
isosurface {
         function { f_sphere(x, y, z, 1.2) + f_noise3d(x+X, y+Y, z+Z) }
         contained_by {sphere {< 0, 0, 0>, 1}}
       	interior { media { Media } }
             }
hollow
}

I dont see anything... My guess is that I cant set up proper parameters, 
or I defined the CSG setup wrong for media.
Any help greatly apprecited.


Post a reply to this message

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