Frame System

Miguel Angel Gómez Márquez atomicmx at gmail.com
Tue Oct 3 08:50:36 CEST 2006


Ammm what you didn't understood, is that i didn't declare by myself each one
i  declared some control points, and with my parser calculate the tween
between them.
(each frame) so you would have all the positions, may be i didn't express
myself correctly.
----
IMO these defines should never make it into the povray code
-----

Why? I've used them, and they worked.
(watch the video i sent you, there is a render (animated) example of it)

The defines generates automaticaly, when a change would be made within a
tween
such like Macromedia Flash works.

----
All animated
object/properties should be calculated for a single frame, exported to
povray and rendered.
----
This would be a very bad idea when writing big files.
If i make a povray file of lets say  10 MB, in the case you mention i would
need to write a 10 MB file and render (read) a 10 megabytes for each frame ,
instead of writing  a 10.1 MB file once.

Also stating that the defines i mentioned are POVRay code.
The advantage of that peace of code that it contains the history of the
animation.
To post it this way

------
Objects could be visible only in
some frames. That all would be incredible difficult with the povray defines.
-----
I'll be more explicity this time, maybe i am not expressing the things
properly.

#if (clock > 0 )     // This is povray code and it should be generated
(ONCE) by
                          the control points and the process of the kpov
file format. where
                         it would be added the animations control points and
the tween basis
                         then it generates the "code" for povray to render
(the every calculated     frame)
 gf1 = 0.000000 ;
  gf2 = 0.350000 ;
 gf3 = -0.980922 ;
  rf2 = 0.000000 ;
#end
 #if (clock > 1 )
 gf1 = 0.000000 ;
  gf2 = 0.350000 ;
 gf3 = -0.962587 ;
  rf2 = 0.049835 ;
#end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kpovmodeler-devel/attachments/20061003/dc295177/attachment.html 


More information about the kpovmodeler-devel mailing list