add front face culling

This commit is contained in:
Chris Danford
2004-02-04 11:05:33 +00:00
parent 9502f1c262
commit 3ca8601390
12 changed files with 58 additions and 20 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ void RageDisplay::DrawCircle( const RageSpriteVertex &p, float radius )
void RageDisplay::SetDefaultRenderStates()
{
SetLighting( false );
SetBackfaceCull( false );
SetCullMode( CULL_NONE );
SetZBuffer( false );
SetAlphaTest( true );
SetBlendMode( BLEND_NORMAL );