Split the mesh drawing into C4DrawMeshGL.cpp

scancodes-fix
Armin Burgmeier 2013-01-27 23:52:16 +01:00
parent 3b73955e6f
commit 2a1ba0f8fe
4 changed files with 1177 additions and 1144 deletions

View File

@ -255,6 +255,7 @@ set(OC_CLONK_SOURCES
src/graphics/C4DrawGL.cpp
src/graphics/C4DrawGLCtx.cpp
src/graphics/C4DrawGL.h
src/graphics/C4DrawMeshGL.cpp
src/graphics/C4DrawT.cpp
src/graphics/C4DrawT.h
src/graphics/C4Draw.h

View File

@ -255,6 +255,7 @@ src/graphics/C4DrawD3DShader.h \
src/graphics/C4DrawGL.cpp \
src/graphics/C4DrawGLCtx.cpp \
src/graphics/C4DrawGL.h \
src/graphics/C4DrawMeshGL.cpp \
src/graphics/C4DrawT.cpp \
src/graphics/C4DrawT.h \
src/graphics/C4Draw.h \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff