|
|
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
|
|