Type Alias: Camera3dState
Camera3dState =
object
Orbit state of the 3D camera. target is the look-at point in space coordinates;
distance is the eyeās distance from it; azimuth and polar are the orbit
angles in radians (polar measured from the +y axis).
Properties
target
target: [
number,number,number]
distance
distance:
number
azimuth
azimuth:
number
polar
polar:
number