summaryrefslogtreecommitdiff
path: root/NW4RTools/Enums.cs
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-02-13 04:03:59 +0100
committerTreeki <treeki@gmail.com>2011-02-13 04:03:59 +0100
commit52aada22e106b6fd36b6b94fb3064510ac3ee40c (patch)
tree5cf5eb6866e33b023bfdaaf94ab1deb4b8ff71ab /NW4RTools/Enums.cs
parent8b48608d45c8266b765e8ee29e612fb18376aa65 (diff)
downloadnw4rtools-52aada22e106b6fd36b6b94fb3064510ac3ee40c.tar.gz
nw4rtools-52aada22e106b6fd36b6b94fb3064510ac3ee40c.zip
it converts textures too, now! some formats missing, I'll add them later.
Diffstat (limited to '')
-rw-r--r--NW4RTools/Enums.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/NW4RTools/Enums.cs b/NW4RTools/Enums.cs
index 21b6e8d..0b3518b 100644
--- a/NW4RTools/Enums.cs
+++ b/NW4RTools/Enums.cs
@@ -10,4 +10,19 @@ namespace NW4RTools {
LineStrip = 6,
Points = 7
}
+
+
+ public enum TextureFormat {
+ I4,
+ I8,
+ IA4,
+ IA8,
+ RGB565,
+ RGB5A3,
+ RGBA8,
+ C4 = 8,
+ C8 = 9,
+ C14X2 = 0xA,
+ CMPR = 0xE
+ }
}