|
@@ -45,6 +45,7 @@ THREE.BufferGeometryExporter.prototype = {
|
|
if ( boundingSphere !== null ) {
|
|
if ( boundingSphere !== null ) {
|
|
|
|
|
|
output.boundingSphere = {
|
|
output.boundingSphere = {
|
|
|
|
+ center: boundingSphere.center.toArray(),
|
|
radius: boundingSphere.radius
|
|
radius: boundingSphere.radius
|
|
}
|
|
}
|
|
|
|
|