Skip to content
pyautark (soon)

@urban-toolkit/autk-core


@urban-toolkit/autk-core / ViewProjectionParams

Interface: ViewProjectionParams

Defined in: camera.ts:28

Explicit parameters for building a single view-projection matrix.

Properties

aspect

aspect: number

Defined in: camera.ts:38

Viewport aspect ratio (width / height).


eye

eye: [number, number, number]

Defined in: camera.ts:30

Eye (camera) position in world space.


far

far: number

Defined in: camera.ts:42

Far clipping plane distance.


fovDeg

fovDeg: number

Defined in: camera.ts:36

Vertical field of view in degrees.


lookAt

lookAt: [number, number, number]

Defined in: camera.ts:32

Point the camera looks at in world space.


near

near: number

Defined in: camera.ts:40

Near clipping plane distance.


up

up: [number, number, number]

Defined in: camera.ts:34

World-space up vector.

Released under the MIT License.