Actions
Emulator Issues #13870
openOpenGL backend does not support CullMode::All
Emulator Issues #13870:
OpenGL backend does not support CullMode::All
Status:
New
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
"// TODO: GX_CULL_ALL not supported, yet!"
glCullFace(GL_FRONT_AND_BACK) would probably do it.
Also, we have CullMode::Front and CullMode::Back the wrong way around. You can tell from the enum GXCullMode in DWARF data (see e.g. Wall-E) and the fact that GXInit sets the culling mode to 2 by default which we currently call front-face culling.
No data to display
Actions