Skip to main content

StereoscopicLens

type StereoscopicLens = {
cs_from_vs: Mat4;
};

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

A lens that applies a custom projection.

Type declaration

NameTypeDescription
cs_from_vsMat4Projection matrix.