@novorender/api / OrbitControllerParams
Interface: OrbitControllerParams
Defined in: @novorender/src/web_app/controller/orbit.ts:291
Orbit type camera motion controller
Properties
linearVelocity
readonly linearVelocity: number;
Defined in: @novorender/src/web_app/controller/orbit.ts:296
Linear velocity modifier (default is 1.0)
maxDistance
readonly maxDistance: number;
Defined in: @novorender/src/web_app/controller/orbit.ts:293
The camera distance relative to pivot point in meters.
rotationalVelocity
readonly rotationalVelocity: number;
Defined in: @novorender/src/web_app/controller/orbit.ts:299
Rotational velocity modifier (default is 1.0)