API Reference / Modules / configurator-core/src/roomle-configurator / <internal> / CameraParameter

# Interface: CameraParameter

configurator-core/src/roomle-configurator..CameraParameter

# Table of contents

# Properties

# Properties

# blockOtherTweens

Optional blockOtherTweens: boolean

Should this camera movement block other camera movements?

# Defined in

packages/common-core/src/cameracontrol/camera-control.ts:73 (opens new window)


# distance

Optional distance: number

Distance to the target position in meters

# Defined in

packages/common-core/src/cameracontrol/camera-control.ts:42 (opens new window)


# far

Optional far: number

Far clipping plane of the camera

# Defined in

packages/common-core/src/cameracontrol/camera-control.ts:69 (opens new window)


# fov

Optional fov: number

Field of view of the camera (in degree)

# Defined in

packages/common-core/src/cameracontrol/camera-control.ts:61 (opens new window)


# near

Optional near: number

Near clipping plane of the camera

# Defined in

packages/common-core/src/cameracontrol/camera-control.ts:65 (opens new window)


# pitch

Optional pitch: number

pitch of the camera in radians

# Defined in

packages/common-core/src/cameracontrol/camera-control.ts:38 (opens new window)


# targetX

Optional targetX: number

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

# Defined in

packages/common-core/src/cameracontrol/camera-control.ts:47 (opens new window)


# targetY

Optional targetY: number

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

# Defined in

packages/common-core/src/cameracontrol/camera-control.ts:52 (opens new window)


# targetZ

Optional targetZ: number

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

# Defined in

packages/common-core/src/cameracontrol/camera-control.ts:57 (opens new window)


# yaw

Optional yaw: number

Yaw of the camera in radians

# Defined in

packages/common-core/src/cameracontrol/camera-control.ts:34 (opens new window)