Normand Briere
2019-07-21 40f408aaee14abd85d391008b4d22977dc586b50
cTexture.java
....@@ -1,12 +1,5 @@
1
-/*
2
- * To change this template, choose Tools | Templates
3
- * and open the template in the editor.
4
- */
1
+import java.awt.image.BufferedImage;
52
6
-/**
7
- *
8
- * @author nbriere
9
- */
103 public class cTexture implements java.io.Serializable
114 {
125 static final long serialVersionUID = 8278178842384985286L;
....@@ -38,6 +31,6 @@
3831 }
3932
4033 String name;
41
- byte[] pigmentstream;
42
- byte[] bumpstream;
34
+ BufferedImage pigmenttexture;
35
+ BufferedImage bumptexture;
4336 }