configurator-core/src/roomle-configurator.internal.CameraParameter
Table of contents
blockOtherTweens
• Optional blockOtherTweens: boolean
Should this camera movement block other camera movements?
• Optional distance: number
Distance to the target position in meters
• Optional far: number
Far clipping plane of the camera
• Optional fov: number
Field of view of the camera (in degree)
• Optional near: number
Near clipping plane of the camera
• Optional pitch: number
pitch of the camera in radians
• Optional targetX: number
X position where the camera should look at (in meters)
targetX: 0 -> is in the middle of the object
• 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)
• Optional targetZ: number
Z position where the camera should look at (in meters)
targetZ: 0 -> is in the middle of the object
• Optional yaw: number
Yaw of the camera in radians
Last updated