@novorender/api / BoundingSphere
Interface: BoundingSphere
Defined in: @novorender/src/core3d/state/scene.ts:30
Bounding sphere
Properties
center
readonly center: ReadonlyVec3;
Defined in: @novorender/src/core3d/state/scene.ts:32
Sphere center.
radius
readonly radius: number;
Defined in: @novorender/src/core3d/state/scene.ts:34
Sphere radius.