Skip to main content

OrthographicLens

@3dverse/livelink v0.8.10


@3dverse/livelink / Components / OrthographicLens

Type Alias: OrthographicLens

OrthographicLens: object

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:538

A lens that applies an orthographic projection.

Type declaration

left

left: Float

Left plane.

Default Value

-1;

right: Float

Right plane.

Default Value

1;

top

top: Float

Top plane.

Default Value

-1;

bottom

bottom: Float

Bottom plane.

Default Value

1;

zNear

zNear: Float

Near plane.

Default Value

-1;

zFar

zFar: Float

Far plane.

Default Value

1;