"Mahalis" <don### [at] fakeycom> wrote in message
news:3bc5bbf8$1@news.povray.org...
> How would I make wings on an object flap at a certain speed relative to
the
> clock?
> ex:
> #declare flapSpeed=50;
> object{Wing rotate <sin((clock*50)*(2*pi))*Xdimension,
cos((clock*50)*(2*pi))*Ydimension, 0>}
Or something like that.
Post a reply to this message
|