.. | .. |
---|
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 | 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 | 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(); |
---|
.. | .. |
---|
7375 | 7378 | objectUI.closeUI(); |
---|
7376 | 7379 | if (editWindow != null) |
---|
7377 | 7380 | { |
---|
| 7381 | + editWindow.ctrlPanel.FlushUI(); |
---|
7378 | 7382 | editWindow.refreshContents(); |
---|
7379 | 7383 | } // ? new |
---|
7380 | 7384 | objectUI = null; |
---|