- moved the matrix code out of 'gl' because the model code also needs it.

This commit is contained in:
Christoph Oelckers 2017-11-25 13:51:09 +01:00
commit 836970f012
18 changed files with 129 additions and 138 deletions

View file

@ -48,7 +48,6 @@
#include "gl/scene/gl_drawinfo.h"
#include "gl/models/gl_models.h"
#include "gl/textures/gl_material.h"
#include "gl/utility/gl_geometric.h"
#include "gl/utility/gl_convert.h"
#include "gl/renderer/gl_renderstate.h"
#include "gl/shaders/gl_shader.h"