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