POV-Ray : Newsgroups : povray.general : Object Pattern in Media : Re: Object Pattern in Media Server Time
2 Aug 2024 16:24:49 EDT (-0400)
  Re: Object Pattern in Media  
From: Josh
Date: 1 Sep 2004 09:48:38
Message: <4135d336@news.povray.org>
> If so, I don't know if we can help you without seeing any code.

My code's a mess.

Whats wrong with this snippet?

#declare myObject = union {
    cylinder    { <8,0,0>,<-8,0,0>,3 }
    sphere { <0,0,0>, 5 } } ;

... and then...

density {
    object { myObject 0,1 }
        }


...  I just keep getting various sytax checking errors with everything I
try?


Post a reply to this message

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