POV-Ray : Newsgroups : povray.general : Thick walled tube problem. : Thick walled tube problem. Server Time
7 Aug 2024 15:19:42 EDT (-0400)
  Thick walled tube problem.  
From: Greg M  Johnson
Date: 26 Aug 2001 22:19:48
Message: <3b89ae44@news.povray.org>
Can someone explain to me why I get a "thick-walled tube" with the
following code?


#declare actuald=2;//d*0.125;

#declare scopey=
union{
        difference{
                cylinder {<0,0,-0>,<0,0,3>,actuald+.000000100}
                cylinder {<0,0,-.1>,<0,0,3.1>,actuald}
                pigment{Brown} finish {ambient 0.8}
                }
        }

object {scopey rotate <0,0,0>}

camera {
   location <0, 0, -15> //was z of 15
       angle 22
   look_at <0,0,60>
}


light_source { <80, 1620, 80> color White }
light_source { <-4000, -400, -4000> color White*.6 }


Post a reply to this message

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