Skip to main content

function.builtinControllers

API > builtinControllers

Function: builtinControllers

builtinControllers(input, pick): object

Return the built-in camera controllers.

Parameters

ParameterTypeDescription
inputControllerInputThe control input.
pickPickContextThe control pick context, typically the view in where

Returns

cadMiddlePan

readonly cadMiddlePan: CadMiddlePanController

cadRightPan

readonly cadRightPan: CadRightPanController

flight

readonly flight: FlightController

null

readonly null: NullController

orbit

readonly orbit: OrbitController

ortho

readonly ortho: OrthoController

panorama

readonly panorama: PanoramaController

special

readonly special: SpecialFlightController

Source

@novorender/web_app/controller/builtin.ts:14