#include #include #include #include #include #include extern GLboolean g_fList; void EXPORT call_togl_backfacing ( CALL_DEF_VIEW* aView ) { CMN_KEY_DATA key; key.ldata = aView -> Backfacing; TsmSetWSAttri ( aView -> WsId, WSBackfacing, &key ); g_fList = GL_FALSE; } /* end call_togl_backfacing */