POV-Ray : Newsgroups : povray.newusers : ClockAnimation Help: printing sequential numbers : Re: ClockAnimation Help: printing sequential numbers Server Time
5 Sep 2024 08:14:17 EDT (-0400)
  Re: ClockAnimation Help: printing sequential numbers  
From: ingo
Date: 10 May 2001 05:23:27
Message: <Xns909D743E9EA8Cseed7@povray.org>
in news:3AFA2C4C.2F6609E5@mm.ewha.ac.kr Jong wrote:

> Are there any specific variable name Chris might have assigned for
> the ClockMod patch I could use?
> 

For explaination look in the documentation AutoClck.htm under "Using 
specified macros"

#declare LightRot=<0,0,0>; 
Declare_From(LightRot, 0)
Declare_To(LightRot,1, <0,0,-180>)

light_source { 
   <-80,0, -50> color rgb<1,1,1>
   rotate LightRot
}

#debug concat(
   "\n Light Rotation <",
   str(LightRot.x,2,2),",",
   str(LightRot.y,2,2),",",
   str(LightRot.z,2,2),">\n"
)


Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

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