glDisable(GL_CULL_FACE) not working
BlitzMax Forums/MiniB3D Module/glDisable(GL_CULL_FACE) not working| 
 | ||
| In TGlobal.bmx for standard MiniB3D, there is a EnableStates() function which enables GL_CULL_FACE. I'm trying to disable it simply by changing glEnable into glDisable but it has no effect! Anyone know why? | 
| 
 | ||
| Ah nevermind, I found it by looking at the TMesh source. Turns out you can use EntityFX and flag 16! |