working on Mesh support

- loads only Milkshape ASCII
- doesn't yet load textures or render with materials
This commit is contained in:
Chris Danford
2003-04-25 21:05:40 +00:00
parent ecebd53c34
commit b72804294a
14 changed files with 1868 additions and 21 deletions
+15
View File
@@ -1596,6 +1596,15 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
<File
RelativePath=".\BitmapText.h">
</File>
<File
RelativePath="Milkshape.h">
</File>
<File
RelativePath="Model.cpp">
</File>
<File
RelativePath="Model.h">
</File>
<File
RelativePath="Quad.h">
</File>
@@ -1605,6 +1614,12 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir)\
<File
RelativePath=".\Sprite.h">
</File>
<File
RelativePath="mathlib.c">
</File>
<File
RelativePath="mathlib.h">
</File>
</Filter>
<Filter
Name="Global Singletons"