Type Alias: BoxGeometry
type BoxGeometry = {
dimension: Vec3;
offset: Vec3;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:101
Box geometry.
Type declaration
Name | Type | Description |
---|---|---|
dimension | Vec3 | Width, height and depth of the box. |
offset | Vec3 | Geometry offset. |