소스 검색

gpu: enable backface culling for indexed meshes, too.

legacy
Sam Hocevar sam 12 년 전
부모
커밋
1ae419aaa3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/gpu/vertexbuffer.cpp

+ 2
- 0
src/gpu/vertexbuffer.cpp 파일 보기

@@ -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);


불러오는 중...
취소
저장