Topic awaiting preservation: professional povray animation (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 08-12-2002 21:08
are there any special techniques on how to get a better overview about animations in povray? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-20-2002 23:04
Yeah, that's how I do it... lots of extra variables. In my SlimeLS animation, I wrote a VB program that created keyframes and saved them to a file, which POV-Ray read. In the techno thing I made I manually kept track of the animation through variables. It got very confusing. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 08-22-2002 01:38
hehe, i thought so. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-22-2002 04:04
My clock variable ran from 0 to the number of measures in the song... whatever that was. (100 or so?) Of course, I had other variables for convenience, keeping track of things like the number of beats passed, and half and quarter beats, and other things. Just make whatever's needed... perhaps draw a timeline of the video on paper so you can estimate values. Make clock go from 0 to some number that's convenient in the context. (In my case that was measures, in yours it may be seconds or minutes or something else.) |