Skip to main content

OrthographicLens

type OrthographicLens = {
zoomFactor: Vec2;
zNear: Float;
zFar: Float;
};

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

A lens that applies an orthographic projection.

Type declaration

NameTypeDescription
zoomFactorVec2Zoom factor to apply to the projection.
zNearFloatNear plane.
zFarFloatFar plane.