separate Z-write and Z-test flags

This commit is contained in:
Glenn Maynard
2003-11-18 20:33:18 +00:00
parent 18ec02efab
commit e21f149d3b
10 changed files with 81 additions and 28 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Model::Model ()
{
m_pBones = NULL;
m_bTextureWrapping = true;
m_bUseZBuffer = true;
SetUseZBuffer( true );
m_pCurAnimation = NULL;
m_bRevertToDefaultAnimation = false;
m_fDefaultAnimationRate = 1;