computeBoundingBox method
dynamic
computeBoundingBox()
Implementation
computeBoundingBox() {
boundingBox ??= three.Box3(null, null);
boundingBox!.setFromPoints(vertices);
}
computeBoundingBox() {
boundingBox ??= three.Box3(null, null);
boundingBox!.setFromPoints(vertices);
}