Normand Briere
2019-07-24 ebd16116fc612bf14e2469ba27dd7ee54918eabb
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 }