Skip to main content

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

NameTypeDescription
minVec3Minimum point of the box.
maxVec3Maximum point of the box.