POV-Ray : Newsgroups : povray.newusers : Animate Text Around a Sphere : Re: Animate Text Around a Sphere Server Time
4 Jul 2024 13:54:01 EDT (-0400)
  Re: Animate Text Around a Sphere  
From: Alain
Date: 11 Apr 2011 12:17:15
Message: <4da3298b@news.povray.org>


> No, what I meant was this:
>
> union {
> sphere { // Sphere0
> 0.0, 1.000000
> translate <0.0,0.0,14.0> // Radius of revolution
> } // end Sphere0
>
> rotate <0.0,27.0,0.0> /* Required rotation about the centre of revolution*/
> translate <-10.0,0.0,10.00> // Centre of revolution
> }
>

This should be:
object{
  sphere {  // Sphere0
   0.0, 1.000000
   translate <0.0,0.0,14.0> // Radius of revolution
  }  // end Sphere0

  rotate    <0.0,27.0,0.0> /* Required rotation about the centre of 
revolution*/
  translate <-10.0,0.0,10.00> // Centre of revolution
}


Post a reply to this message

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