.. | .. |
---|
4208 | 4208 | |
---|
4209 | 4209 | com.sun.opengl.util.texture.Texture CompressTexture2(String name) |
---|
4210 | 4210 | { |
---|
| 4211 | + new Exception().printStackTrace(); |
---|
4211 | 4212 | System.exit(0); |
---|
4212 | 4213 | com.sun.opengl.util.texture.Texture texture = null; |
---|
4213 | 4214 | |
---|
.. | .. |
---|
12747 | 12748 | "MUL final.y, fragment.texcoord[0].x, c256;" + |
---|
12748 | 12749 | "FLR final.x, final.y;" + |
---|
12749 | 12750 | "SUB final.y, final.y, final.x;" + |
---|
12750 | | - "MUL final.x, final.x, c256i;" + |
---|
| 12751 | + //"MUL final.x, final.x, c256i;" + |
---|
12751 | 12752 | "MOV final.z, zero.x;" + |
---|
12752 | 12753 | "MOV final.a, one.w;":"" |
---|
12753 | 12754 | ) + |
---|
.. | .. |
---|
12755 | 12756 | "MUL final.y, fragment.texcoord[0].y, c256;" + |
---|
12756 | 12757 | "FLR final.x, final.y;" + |
---|
12757 | 12758 | "SUB final.y, final.y, final.x;" + |
---|
12758 | | - "MUL final.x, final.x, c256i;" + |
---|
| 12759 | + //"MUL final.x, final.x, c256i;" + |
---|
12759 | 12760 | "MOV final.z, zero.x;" + |
---|
12760 | 12761 | "MOV final.a, one.w;":"" |
---|
12761 | 12762 | ) + |
---|
.. | .. |
---|
13946 | 13947 | |
---|
13947 | 13948 | public void run() |
---|
13948 | 13949 | { |
---|
| 13950 | + new Exception().printStackTrace(); |
---|
13949 | 13951 | System.exit(0); |
---|
13950 | 13952 | for (;;) |
---|
13951 | 13953 | { |
---|
.. | .. |
---|
15144 | 15146 | |
---|
15145 | 15147 | void SelectParent() |
---|
15146 | 15148 | { |
---|
| 15149 | + new Exception().printStackTrace(); |
---|
15147 | 15150 | System.exit(0); |
---|
15148 | 15151 | Composite group = (Composite) object; |
---|
15149 | 15152 | java.util.Vector selectees = new java.util.Vector(group.selection); |
---|
.. | .. |
---|
15167 | 15170 | |
---|
15168 | 15171 | void SelectChildren() |
---|
15169 | 15172 | { |
---|
| 15173 | + new Exception().printStackTrace(); |
---|
15170 | 15174 | System.exit(0); |
---|
15171 | 15175 | /* |
---|
15172 | 15176 | Composite group = (Composite) object; |
---|
.. | .. |
---|
16280 | 16284 | { |
---|
16281 | 16285 | if (!selection) |
---|
16282 | 16286 | { |
---|
| 16287 | + new Exception().printStackTrace(); |
---|
16283 | 16288 | System.exit(0); |
---|
16284 | 16289 | return; |
---|
16285 | 16290 | } |
---|