Sfoglia il codice sorgente

gpu: enable backface culling for indexed meshes, too.

legacy
Sam Hocevar sam 12 anni fa
parent
commit
1ae419aaa3
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/gpu/vertexbuffer.cpp

+ 2
- 0
src/gpu/vertexbuffer.cpp Vedi File

@@ -194,6 +194,8 @@ void VertexDeclaration::DrawIndexedElements(MeshPrimitive type, int vbase,
break;
}
#else
glFrontFace(GL_CCW);
glEnable(GL_CULL_FACE);
# if defined HAVE_GL_2X && !defined __APPLE__
/* FIXME: this has nothing to do here! */
glEnable(GL_ALPHA_TEST);


Caricamento…
Annulla
Salva