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
+2 -1
View File
@@ -151,7 +151,8 @@ void ActorFrame::DeleteAllChildren()
void ActorFrame::HandleCommand( const ParsedCommand &command )
{
Actor::HandleCommand( command );
// don't propograte to children
// don't propograte most commands to children
}
void ActorFrame::GainingFocus( float fRate, bool bRewindMovie, bool bLoop )