summaryrefslogtreecommitdiff
path: root/NW4RTools/Models/Model.cs
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-02-10 05:03:53 +0100
committerTreeki <treeki@gmail.com>2011-02-10 05:03:53 +0100
commit58dead7b909861732011325f5d4844eae21a9bc2 (patch)
tree1ae61678c8df37c245eabdc443a275fccaa53516 /NW4RTools/Models/Model.cs
parent58f30cf003a6b7b3686f70fa0539aa45d126b457 (diff)
downloadnw4rtools-58dead7b909861732011325f5d4844eae21a9bc2.tar.gz
nw4rtools-58dead7b909861732011325f5d4844eae21a9bc2.zip
more stuff. added shapes and texture/material pairs and refactored Logger a bit
Diffstat (limited to 'NW4RTools/Models/Model.cs')
-rw-r--r--NW4RTools/Models/Model.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/NW4RTools/Models/Model.cs b/NW4RTools/Models/Model.cs
index d1c170b..c0297db 100644
--- a/NW4RTools/Models/Model.cs
+++ b/NW4RTools/Models/Model.cs
@@ -1,4 +1,6 @@
using System;
+using System.Collections.Generic;
+
namespace NW4RTools.Models {
public class Model {
public enum ScaleModeType {
@@ -17,6 +19,9 @@ namespace NW4RTools.Models {
public ResDict<VertexTexCoordData> VtxTexCoordData;
public ResDict<Material> Materials;
public ResDict<Shader> Shaders;
+ public ResDict<Shape> Shapes;
+ public ResDict<List<TexMatPairing>> PairingLookupByTexture;
+ public ResDict<List<TexMatPairing>> PairingLookupByPalette;
/*public ResDict Bytecode, Nodes, VtxPosData, VtsNrmData, VtxClrData, VtxTexCoordData;
public ResDict VtxFurVecData, VtxFurPosData, Materials, Shaders, Shapes;