Skip to content

autk-map


autk-map / ICameraData

Interface: ICameraData

Defined in: interfaces.ts:156

Interface for camera data.

Properties

eye

eye: number[]

Defined in: interfaces.ts:158

Position of the camera.


lookAt

lookAt: number[]

Defined in: interfaces.ts:159

Point the camera is looking at.


up

up: number[]

Defined in: interfaces.ts:157

Up vector of the camera.

Released under the MIT License.