Object3D.java
.. .. @@ -2300,6 +2300,7 @@ 2300 2300 { 2301 2301 if (newWindow) 2302 2302 { 2303 + new Exception().printStackTrace();2303 2304 System.exit(0); 2304 2305 if (parent != null) 2305 2306 { .. .. @@ -2906,7 +2907,8 @@ 2906 2907 { 2907 2908 if (bRep != null) 2908 2909 { 2909 - bRep.GenUV();2910 + bRep.GenUV(); //1);2911 + //bRep.UnfoldUV();2910 2912 Touch(); 2911 2913 } 2912 2914 } .. .. @@ -5898,6 +5900,7 @@ 5898 5900 return; 5899 5901 } 5900 5902 5903 + //bRep.GenUV(1/material.diffuseness);5901 5904 // bRep.lock = true; 5902 5905 5903 5906 //javax.media.opengl.GL gl = display.GetGL();