@@ -179,6 +179,11 @@ Sidebar.Geometry = function ( editor ) {
}
+ if ( geometry.boundingSphere === null ) {
+
+ geometry.computeBoundingSphere();
+ }
geometryBoundingSphere.setValue( Math.floor( geometry.boundingSphere.radius * 1000 ) / 1000 );
} else {