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
Name | Type | Description |
---|---|---|
zoomFactor | Vec2 | Zoom factor to apply to the projection. |
zNear | Float | Near plane. |
zFar | Float | Far plane. |