POV-Ray : Newsgroups : povray.newusers : Identifying animated PNG's by position variables using text : Identifying animated PNG's by position variables using text Server Time
5 Sep 2024 18:21:53 EDT (-0400)
  Identifying animated PNG's by position variables using text  
From: J  Kim
Date: 27 Jan 2000 02:11:45
Message: <388FEFA6.7C63EE3D@mm.ewha.ac.kr>
Dear POV'ers,

 I am raytracing my object by rotating light_source(point) around
X-axis, Y-axis, or Z-axis based on
Chris Colefax's animation utility.
I'd like to identify each output(PNG) by writing the angle values
somewhere in the corner.
For example, ang. 35(X), or ang. 72(Y), and so on.
 I do not know how I could get the value of the variable during the
animation for each output, and pass
the value to the font.
Any help would be appreciated.
=== part of my animation === there are 8 or 13 frames for each axis.==
// light source rotation around Z-axis 0 to -180degree
light_source { <-86.6,0,-50.0> color rgb<1,1,1>*2.5
             rotate
             From(0.0,< 0,0,0>)
             Using("",1,1,"")
             To(1, <  0,0,-180>)
             }

-------
Jong


Post a reply to this message

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