POV-Ray : Newsgroups : povray.animations : Camera in animation : Re: Camera in animation Server Time
6 Oct 2024 09:44:15 EDT (-0400)
  Re: Camera in animation  
From: Gwen & Emory Stagmer
Date: 16 Sep 2002 23:36:49
Message: <3D86A484.65AD2A22@comcast.net>
I have a curve generator I use for my camera animations
PovHerm is freeware from:
  http://www.geocities.com/emory_stagmer/povherm
Hermite curves work really well for helicopter-like
camera movements.  Full descriptions on the website.

Emory Stagmer

Slime wrote:
> 
> transforms (such as transltae, rotate, etc) are always applied after camera
> keywords (such as location and look_at).
> 
> Simple solution:
> 
>  camera
> {
>   location  <0.5, 1.0, -5.0> + <1000*clock, 1000*clock, 0>
>   look_at   <0, 0, 0>
> }
> 
>  - Slime
> [ http://www.slimeland.com/ ]


Post a reply to this message

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