add Model to NoteDisplay

This commit is contained in:
Chris Danford
2003-05-09 04:42:04 +00:00
parent 26fafd1c5f
commit c04b5b993b
9 changed files with 74 additions and 50 deletions
+2
View File
@@ -702,6 +702,8 @@ void Model::DrawPrimitives()
if (!m_pModel)
return;
DISPLAY->Scale( 0, -1, 0 ); // flip so positive Y is up
DISPLAY->SetBlendModeNormal();
DISPLAY->EnableZBuffer();