fix skull cull
This commit is contained in:
parent
4ec8affe85
commit
e2f2417695
17 changed files with 42 additions and 38 deletions
|
@ -217,6 +217,11 @@ public class GlState
|
|||
cullState.cullFace.setDisabled();
|
||||
}
|
||||
|
||||
public static boolean isCullEbabled()
|
||||
{
|
||||
return cullState.cullFace.currentState;
|
||||
}
|
||||
|
||||
public static void cullFace(int mode)
|
||||
{
|
||||
if (mode != cullState.mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue