Type Alias: LocalAabb
type LocalAabb = {
min: Vec3;
max: Vec3;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:463
Local Axis Aligned Bounding Box of the entity.
Type declaration
Name | Type | Description |
---|---|---|
min | Vec3 | Minimum point of the box. |
max | Vec3 | Maximum point of the box. |