Normand Briere
2019-07-24 f555e2cacc4470c5b2217a14d40d2b39c4a57ba2
cTexture.java
....@@ -31,6 +31,10 @@
3131 }
3232
3333 String name;
34
- BufferedImage pigmenttexture;
35
- BufferedImage bumptexture;
34
+
35
+ int pw, ph;
36
+ byte[] pigmentdata;
37
+
38
+ int bw, bh;
39
+ byte[] bumpdata;
3640 }