We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I have the following code at the beginning of draw() function:
PGL pgl = beginPGL();
pgl.enable(PGL.CULL_FACE);
This works good on Mac to enable backfire culling but causes black screen on Windows. How can I enable backfire culling mode on the Windows environment?
Thanks,
Answers
It might be an issue with your graphics driver on Windows. Perhaps attempt an update?