Skip to content

Documentation / @ripl/3d / Context3DOptions

Interface: Context3DOptions ​

Defined in: 3d/src/context.ts:81

Options for the 3D rendering context, extending the base context options with camera parameters.

Extends ​

Properties ​

PropertyTypeInherited fromDefined in
dragThreshold?numberContextOptions.dragThresholdcore/src/context/types.ts:96
far?number-3d/src/context.ts:84
fov?number-3d/src/context.ts:82
interactive?booleanContextOptions.interactivecore/src/context/types.ts:95
lightDirection?Vector3-3d/src/context.ts:85
lightMode?LightMode-3d/src/context.ts:86
meta?Context3DMetaContextOptions.metacore/src/context/types.ts:97
near?number-3d/src/context.ts:83