Readonly_matricesReadonlyboundingBounding box for the THREE.BufferGeometry | BufferGeometry, which can be calculated with computeBoundingBox | .computeBoundingBox().
ReadonlyboundingBounding sphere for the THREE.BufferGeometry | BufferGeometry, which can be calculated with .computeBoundingSphere().
ReadonlyisComputes the bounding sphere of the geometry, and updates the .boundingSphere attribute. The engine automatically computes the bounding sphere when it is needed, e.g., for ray casting or view frustum culling. You may need to recompute the bounding sphere if the geometry vertices are modified.
Return the geometry with reference to the main position and normal buffer attributes but with a short copy of the index buffer attribute
Return the geometry with reference to the main buffer attributes, share the same attributes as the batched Geometry
Remove unused values in attributes and index buffer Update vertexRanges and indexRanges with the new ranges Set the geometry id as available
StaticdeserializeStaticserialize
Adapted from https://github.com/mrdoob/three.js/blob/master/src/objects/BatchedMesh.js