Normand Briere
2019-05-05 1e1c7fcdb3d0f8be350c5f6c32b6afa6705168ea
Object3D.java
....@@ -2300,6 +2300,7 @@
23002300 {
23012301 if (newWindow)
23022302 {
2303
+ new Exception().printStackTrace();
23032304 System.exit(0);
23042305 if (parent != null)
23052306 {
....@@ -2906,7 +2907,8 @@
29062907 {
29072908 if (bRep != null)
29082909 {
2909
- bRep.GenUV();
2910
+ bRep.GenUV(); //1);
2911
+ //bRep.UnfoldUV();
29102912 Touch();
29112913 }
29122914 }
....@@ -5898,6 +5900,7 @@
58985900 return;
58995901 }
59005902
5903
+ //bRep.GenUV(1/material.diffuseness);
59015904 // bRep.lock = true;
59025905
59035906 //javax.media.opengl.GL gl = display.GetGL();
....@@ -7375,6 +7378,7 @@
73757378 objectUI.closeUI();
73767379 if (editWindow != null)
73777380 {
7381
+ editWindow.ctrlPanel.FlushUI();
73787382 editWindow.refreshContents();
73797383 } // ? new
73807384 objectUI = null;