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
+2 -2
View File
@@ -12,7 +12,7 @@
*/
#include "Screen.h"
#include "Sample3dObject.h"
#include "Model.h"
#include "Quad.h"
#include "Transition.h"
@@ -28,7 +28,7 @@ public:
void MenuRight( PlayerNumber pn );
void Update(float f);
Sample3dObject obj;
Model m_model;
Quad m_quad;
Transition m_In;
Transition m_Out;