Class: BoundUtil
Constructors
Methods
Constructors
constructor
• new BoundUtil(): BoundUtil
Returns
Methods
genMeshBounds
▸ genMeshBounds(obj
, bound?
): BoundingBox
Merge the bounding boxes that have been added to the world matrix based on the mesh of the children node
Parameters
Name | Type |
---|---|
obj | Object3D |
bound? | BoundingBox |
Returns
BoundingBox
Defined in
transformBound
▸ transformBound(matrix
, source
, bound?
): BoundingBox
Parameters
Name | Type |
---|---|
matrix | Matrix4 |
source | BoundingBox |
bound? | BoundingBox |
Returns
BoundingBox