@@ -89,7 +89,15 @@ function GeometryParametersPanel( editor, object ) {
}
- signals.geometryChanged.add( refreshUI );
+ signals.geometryChanged.add( function ( mesh ) {
+
+ if ( mesh === object ) {
+ refreshUI();
+ }
+ } );
//
@@ -67,7 +67,15 @@ function GeometryParametersPanel( editor, object ) {
@@ -45,7 +45,15 @@ function GeometryParametersPanel( editor, object ) {
@@ -148,7 +148,15 @@ function GeometryParametersPanel( editor, object ) {
@@ -67,7 +67,17 @@ function GeometryParametersPanel( editor, object ) {
+ //
function update() {
@@ -46,7 +46,15 @@ function GeometryParametersPanel( editor, object ) {
@@ -38,7 +38,15 @@ function GeometryParametersPanel( editor, object ) {
@@ -100,7 +100,15 @@ function GeometryParametersPanel( editor, object ) {
@@ -78,7 +78,15 @@ function GeometryParametersPanel( editor, object ) {
@@ -101,7 +101,15 @@ function GeometryParametersPanel( editor, object ) {