API ReferenceGlobalsCameraParameter

# Interface: CameraParameter

# Hierarchy

  • CameraParameter

# Index

# Properties

# Properties

# Optional blockOtherTweens

blockOtherTweens? : boolean

Defined in packages/common-core/src/cameracontrol/camera-control.ts:67

Should this camera movement block other camera movements?


# distance

distance: number

Defined in packages/common-core/src/cameracontrol/camera-control.ts:36

Distance to the target position in meters


# Optional far

far? : number

Defined in packages/common-core/src/cameracontrol/camera-control.ts:63

Far clipping plane of the camera


# Optional fov

fov? : number

Defined in packages/common-core/src/cameracontrol/camera-control.ts:55

Field of view of the camera (in degree)


# Optional near

near? : number

Defined in packages/common-core/src/cameracontrol/camera-control.ts:59

Near clipping plane of the camera


# pitch

pitch: number

Defined in packages/common-core/src/cameracontrol/camera-control.ts:32

pitch of the camera in radians


# targetX

targetX: number

Defined in packages/common-core/src/cameracontrol/camera-control.ts:41

X position where the camera should look at (in meters) targetX: 0 -> is in the middle of the object


# targetY

targetY: number

Defined in packages/common-core/src/cameracontrol/camera-control.ts:46

Y position where the camera should look at (in meters) targetY: 0 -> is in on the bottom of the object (ground level)


# targetZ

targetZ: number

Defined in packages/common-core/src/cameracontrol/camera-control.ts:51

Z position where the camera should look at (in meters) targetZ: 0 -> is in the middle of the object


# yaw

yaw: number

Defined in packages/common-core/src/cameracontrol/camera-control.ts:28

Yaw of the camera in radians