PlaneGeometry
@3dverse/livelink / Components / PlaneGeometry
Type Alias: PlaneGeometry
PlaneGeometry:
object
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:656
Plane geometry.
Type declaration
distance
distance:
Float
Distance from the origin in the plane's normal direction.
Default Value
0;
normal
normal:
Vec3
Normal of the plane.
Default Value
0, 1, 0;