@@ -79,7 +79,6 @@ Sidebar.Geometry.BoxGeometry = function ( signals, object ) {
depthSegments.getValue()
);
- object.geometry.buffersNeedUpdate = true;
object.geometry.computeBoundingSphere();
signals.geometryChanged.dispatch( object );
@@ -34,7 +34,7 @@ Sidebar.Geometry.CircleGeometry = function ( signals, object ) {
radius.getValue(),
segments.getValue()
+
@@ -79,7 +79,6 @@ Sidebar.Geometry.CylinderGeometry = function ( signals, object ) {
openEnded.getValue()
@@ -36,7 +36,6 @@ Sidebar.Geometry.IcosahedronGeometry = function ( signals, object ) {
detail.getValue()
signals.objectChanged.dispatch( object );
@@ -58,7 +58,6 @@ Sidebar.Geometry.PlaneGeometry = function ( signals, object ) {
heightSegments.getValue()
@@ -91,7 +91,6 @@ Sidebar.Geometry.SphereGeometry = function ( signals, object ) {
thetaLength.getValue()
@@ -69,7 +69,6 @@ Sidebar.Geometry.TorusGeometry = function ( signals, object ) {
arc.getValue()
@@ -91,7 +91,6 @@ Sidebar.Geometry.TorusKnotGeometry = function ( signals, object ) {
heightScale.getValue()