summaryrefslogtreecommitdiff
path: root/NW4RTools/Models/Material.cs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-02-10more stuff. added shapes and texture/material pairs and refactored Logger a bitTreeki1-9/+1
2011-02-06shader reading supportTreeki1-0/+1
2011-02-06material reading support pretty much complete for now, just need to add shaderTreeki1-1/+5
offset fixups once I get shader support in
2011-02-05progress on material reading. still need to add DL handling and figure out whatTreeki1-0/+11
the shader data offset is for (probably points to an entry in the Shaders dict)
2011-02-04Initial commit of NW4RTools.Treeki1-0/+54
Supports BRRES reading for: Model Bytecode, Model Nodes, Model Vertex Data, and incomplete Materials. Writing is completely unimplemented so far.