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