← Back to Docs
index.html
Clayground
Clayground.Canvas3D
OrbitCamera3D
Clayground 2026.2
List of All Members for OrbitCamera3D
This is the complete list of members for
OrbitCamera3D
, including inherited members.
camera
: alias
camera \readonly
: PerspectiveCamera
distance
: real
distance \brief Distance to the pivot.
: real
fieldOfView
: real
fieldOfView \brief Vertical FOV of the camera.
: real
maxDistance
: real
maxDistance \brief Furthest allowed retreat.
: real
maxPitch
: real
maxPitch \brief Steepest allowed angle (< 90).
: real
minDistance
: real
minDistance \brief Closest allowed approach.
: real
minHeight
: real
minPitch
: real
minPitch \brief Flattest allowed angle.
: real
pitch
: real
pitch \brief Angle above the pivot plane, degrees.
: real
pivot
: vector3d
pivot \brief The point the camera looks at.
: vector3d
yaw
: real
yaw \brief Angle around the pivot, degrees.
: real
void
applyState
(var
s
)
void
clamp
()
void
frame
(var
points
, real
pad
)
void
orbitBy
(real
dYaw
, real
dPitch
)
var
state
()
void
zoomBy
(real
factor
)