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
+4 -3
View File
@@ -30,9 +30,10 @@ ScreenSandbox::ScreenSandbox() : Screen("ScreenSandbox")
// m_sprite.SetXY( CENTER_X, CENTER_Y );
// this->AddChild( &m_sprite );
obj.SetXY(CENTER_X, CENTER_Y);
// obj.SetZoom(50);
this->AddChild(&obj);
m_model.SetXY(CENTER_X, CENTER_Y);
m_model.SetZoom(10);
m_model.Load( "bend.txt" );
this->AddChild(&m_model);
this->AddChild( &m_In );