Skip to content

Documentation / @ripl/3d / CameraOptions

Interface: CameraOptions ​

Defined in: 3d/src/camera.ts:52

Options for constructing a camera, including position, projection type, and interaction config.

Properties ​

PropertyTypeDefined in
far?number3d/src/camera.ts:58
fov?number3d/src/camera.ts:56
interactions?boolean | CameraInteractions3d/src/camera.ts:60
near?number3d/src/camera.ts:57
position?Vector33d/src/camera.ts:53
projection?"perspective" | "orthographic"3d/src/camera.ts:59
target?Vector33d/src/camera.ts:54
up?Vector33d/src/camera.ts:55