Normand Briere
2019-08-06 b3ae4e889872ca0b9ca76f1d17b2f0b961226729
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 }