POV-Ray : Newsgroups : povray.animations : Where is the failure : Where is the failure Server Time
19 Apr 2024 12:28:52 EDT (-0400)
  Where is the failure  
From: Roland Mösl
Date: 15 Nov 2011 03:43:50
Message: <4ec22646@news.povray.org>
#declare terra_class = union
{
   sphere { <0,0,0> 100 }
   sphere { <70,0,-70> 8 rotate <0,0, 15> }
   sphere { <70,0,-70> 8 rotate <0,0, 75> }
   sphere { <70,0,-70> 8 rotate <0,0,135> }
   sphere { <70,0,-70> 8 rotate <0,0,195> }
   sphere { <70,0,-70> 8 rotate <0,0,255> }
   sphere { <70,0,-70> 8 rotate <0,0,315> }
   torus { 95 20   rotate <90 0 0> }
   texture { t_metall }

}

I thought the smaller spheres should be 45% visible on the biger sphere,
but they are not.

I can not find my failure

--


Post a reply to this message

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