POV-Ray : Newsgroups : povray.general : Discs : Discs Server Time
14 Aug 2024 05:23:07 EDT (-0400)
  Discs  
From: Anthony Bouttell
Date: 8 Feb 1998 20:59:55
Message: <34df6152.602115766@news.povray.org>
G'day all.
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
shows up. In addition to this, can I use the "union" or "merge"
modifiers on discs ?

//==================================

#include "colors.inc"

Global_settings { ambient_light color White }
light_source { <12, 12.5335, 12> color rgb <1,1,1> }

#declare Test_A = disc{<0,0,0>,.999,5 color Green rotate<-45,45,-45>}
	
camera {
   perspective
   location <0, 40.335,0>
   look_at <0,0,0>
   angle30
}
 Test_A


Post a reply to this message

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