A quick question...
Is it possible to animate the camera position along a path...
To do flyovers, zoom-in's... turn camera around while moving and so on...
I'm a newbee so please, be nice :)
/MiSTer
MiSTer wrote:
> > A quick question...> Is it possible to animate the camera position along a path...> To do flyovers, zoom-in's... turn camera around while moving and so on...
Yes, it is possible. A camera may be both rotated and translated. Applying
those two features along with the clock animation feature you can accomplish
much of what you asked for.
> I'm a newbee so please, be nice :)
For the newbee I recommend you take a look at Chris Colefax's clock_mod.inc
file. It will help ease the pain :) Also visit the tutorial linked to from
his site for tips on using that file.
http://www.geocities.com/SiliconValley/Lakes/1434/
--
Ken Tyler
> A quick question...> Is it possible to animate the camera position along a path...> To do flyovers, zoom-in's... turn camera around while moving and so on...
The easiest way to do this in version 3.5 is with the spline feature. Look
up "spline" in the documentation for more info.
- Slime
[ http://www.slimeland.com/ ]
I have a curved path generator free
www.geocities.com/emory_stagmer/povherm
Includes POV example source code and the
povherm executable for DOS. I use this for
camera movements all the time. Works great.
Emory
MiSTer wrote:
> > A quick question...> Is it possible to animate the camera position along a path...> To do flyovers, zoom-in's... turn camera around while moving and so on...> > I'm a newbee so please, be nice :)> > /MiSTer