BatchedCameraValues
-
class
Animation.
BatchedCameraValues
() A structure that holds interpolated animation data for a camera. See [[BatchedValues]].
Constructors
Properties
-
BatchedCameraValues.
height
Type: null | number The camera’s field height, applied with [[Camera.setHeight]].
-
BatchedCameraValues.
position
Type: null | Point3 The camera’s position, applied with [[Camera.setPosition]].
-
BatchedCameraValues.
target
Type: null | Point3 The camera’s target, applied with [[Camera.setTarget]].
-
BatchedCameraValues.
up
Type: null | Point3 The camera’s up vector, applied with [[Camera.setUp]].
-
BatchedCameraValues.
width
Type: null | number The camera’s field width, applied with [[Camera.setWidth]].