Skip to main content

@novorender/web_app / builtinControllers

Function: builtinControllers()

function builtinControllers(
input,
pick,
conversions): object

Return the built-in camera controllers.

Parameters

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

Returns

object

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;

Defined in

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