@novorender/api / builtinControllers
Function: builtinControllers()
function builtinControllers(
input,
pick,
conversions): object;
Defined in: @novorender/src/web_app/controller/builtin.ts:21
Return the built-in camera controllers.
Parameters
Parameter | Type | Description |
---|---|---|
input | ControllerInput | The control input. |
pick | PickContext | The control pick context, typically the view in where |
conversions | ScreenSpaceConversions | - |
Returns
object
cadMiddlePan
readonly cadMiddlePan: CadMiddlePanController;
cadRightPan
readonly cadRightPan: CadRightPanController;
flight
readonly flight: FlightController;
hover
readonly hover: HoverController;
null
readonly null: NullController;
orbit
readonly orbit: OrbitController;
ortho
readonly ortho: OrthoController;
panorama
readonly panorama: PanoramaController;
special
readonly special: SpecialFlightController;