POV-Ray : Newsgroups : povray.general : Discs : Re: Discs Server Time
14 Aug 2024 05:14:43 EDT (-0400)
  Re: Discs  
From: Marco Bonetti
Date: 10 Feb 1998 03:41:56
Message: <34e02005.0@news.povray.org>
Anthony wrote

>I'm having a problem using the disc object. It doesn't want to be
>seen. Here's the code I'm using and every time I run POVRAY nothing
[snip]
>#declare Test_A = disc{<0,0,0>,.999,5 color Green rotate<-45,45,-45>}


Just add the pigment keyword, like this:
#declare Test_A = disc {<0,0,0>,.999,5 pigment{color Green}
rotate<-45,45,-45>}

HTH,
                                                                - Marco


Post a reply to this message

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