Pica: Add triangle clipper.

This commit is contained in:
Tony Wasserka
2014-07-27 17:34:11 +02:00
parent 9a76a2d061
commit 94aa9da562
7 changed files with 230 additions and 8 deletions

View File

@ -1,11 +1,13 @@
set(SRCS command_processor.cpp
set(SRCS clipper.cpp
command_processor.cpp
primitive_assembly.cpp
utils.cpp
vertex_shader.cpp
video_core.cpp
renderer_opengl/renderer_opengl.cpp)
set(HEADERS command_processor.h
set(HEADERS clipper.h
command_processor.h
math.h
primitive_assembly.h
utils.h