AssetBounds
Defined in: src/types/index.ts:118
Axis-aligned model bounds extracted from GLTF accessor min/max values.
Properties
Section titled “Properties”max: readonly [
number,number,number]
Defined in: src/types/index.ts:122
Maximum x/y/z coordinate in model-local units.
min: readonly [
number,number,number]
Defined in: src/types/index.ts:120
Minimum x/y/z coordinate in model-local units.
size: readonly [
number,number,number]
Defined in: src/types/index.ts:124
Width, height, and depth derived from max - min.