Normand Briere
2019-05-01 b1585b5b2b60c4165be400636c787fae24428c6a
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();