
Btw, the referee was absolutely horrible, I hope they send him home.
I think you need to do something like:showka wrote:Does anyone know the PVR equivalent to set whether to draw or cull back or front facing polygons?
Code: Select all
poly_cxt.gen.culling = PVR_CULLING_CW; (or)
poly_cxt.gen.culling = PVR_CULLING_CCW;
Code: Select all
glEnable(GL_CULL_FACE);
glCullFace(GL_FRONT);
Has it? The link I pasted above still seems to work. The repository moved a while ago from http://www.allusion.net to svn.allusion.net.BlackAura wrote:The KOS SVN repository appears to have disappeared.