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