POV-Ray : Newsgroups : povray.newusers : Rotating text : Rotating text Server Time
6 Sep 2024 14:13:25 EDT (-0400)
  Rotating text  
From: William Pittman
Date: 21 Mar 1998 10:17:24
Message: <01bd54dc$bd6086c0$155f45d1@bpittman.netquest.com>
How exactly can I rotate text?

When I just put it up un-rotated - everything is fine:

text {  ttf
   "arial.ttf","(Guess Who)",2,0
   texture { T_Brass_4B }
   scale <4, 4, 1>
   translate <-11.25,-3,-40>
   }

But if I try to rotate with:

text {  ttf
   "arial.ttf","(Guess Who)",2,0
   texture { T_Brass_4B }
   scale <4, 4, 1>
   translate <-11.25,-3,-40>
   rotate < x*10 >
   }

I get a fatal error: Float expected but vector or color found instead. 
Where, when and how can I rotate?


Post a reply to this message

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