Cleanup: remove projection and views and add setters for mat3 and mat4 instead.

This commit is contained in:
2022-09-20 03:10:59 +02:00
parent 59df9e8748
commit dfc2bbc408
6 changed files with 51 additions and 132 deletions

View File

@ -1,4 +1,4 @@
SOURCES = cpp/opengl/render_context_glx.cpp cpp/opengl/render_opengles.cpp cpp/math.cpp cpp/render.cpp
SOURCES = cpp/opengl/render_context_glx.cpp cpp/opengl/render_opengles.cpp cpp/math.cpp
OUTPUTFILE = engine.so
CXXFLAGS = -fpic -Wall -Werror -O2 -flto -fomit-frame-pointer -ffast-math -funroll-loops -fno-rtti -fno-exceptions