Skip to main content

@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

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;

hover

readonly hover: HoverController;

null

readonly null: NullController;

orbit

readonly orbit: OrbitController;

ortho

readonly ortho: OrthoController;

panorama

readonly panorama: PanoramaController;

special

readonly special: SpecialFlightController;