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
Name | Type | Description |
---|---|---|
distance | Float | Distance from the origin in the plane's normal direction. |
normal | Vec3 | Normal of the plane. |