POV-Ray : Newsgroups : povray.newusers : Camera pitfalls? : Camera pitfalls? Server Time
30 Jul 2024 16:13:47 EDT (-0400)
  Camera pitfalls?  
From: Erhard Ducke
Date: 26 Nov 2003 16:05:43
Message: <0l4asvsp8tiaeb24buda4arl0r2bmg0hie@4ax.com>
Hi!
I have difficulties in getting the right camera aspect.

// from my scene
camera {
  location  <0,0,-DISTANCE_TO_ORIGIN>
  direction 1.5*z
  right     x*image_width/image_height
  rotate <ROTCAM_X,ROTCAM_Y,0> //rotation around the origin,
// NOT around the camera axis, right?
  angle 10
  look_at LOOK_AT // never hits LOOK_AT point :-(
  }
//end

Are there any problems concerning  rotation and look_at of cameras?
I tested different orders of rotating and look_at but the camera never
looks at look_at...:-(
Thanks in advance!
Erhard

-- 
Erhard Ducke


Post a reply to this message

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