Skip to main content

PlaneGeometry

type PlaneGeometry = {
distance: Float;
normal: Vec3;
};

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

Plane geometry.

Type declaration

NameTypeDescription
distanceFloatDistance from the origin in the plane's normal direction.
normalVec3Normal of the plane.