POV-Ray : Newsgroups : povray.newusers : media setup i don't understand... : Re: media setup i don't understand... Server Time
29 Jul 2024 04:20:22 EDT (-0400)
  Re: media setup i don't understand...  
From: Tim Attwood
Date: 2 Sep 2006 18:45:33
Message: <44fa098d$1@news.povray.org>
This seems like some sort of bug to me after running
your code. If you add some other object to the scene
it starts behaving normally. Adding...
sphere {<0,-10000,0>,1 pigment{White}}
and increasing the emission to 0.05 looks OK.

It has something to do with the way you made the
object as well, since...

#declare Disk2 = difference {
   object{Cube}
   object{top}
   object{bottom}
};
object{ Disk2 //Disque
etc

Also looks ok, as the only object in the scene.
Somehow when a ray is cast at Disque it isn't
finding any other objects so it looks different,
probably exits early out of some calculation.


Post a reply to this message

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