Hi,
I am having trouble with setting the camera orientation when in a top view.
This is what I have:
But this is what I would want:
How can I set the camera orientation if any camera definition consists of only the target (Point3d) and the camera position(Point3d)? Are there any other settings that I have been missing?
In Explanation, the following camera definition contains no option to set the “rotation” of the camera in regard to the z-axis.
{ position:{ x:0, y:0, z:0 } target: { x:0, y:0, z:5000 } }
Thank you for your help!
David