]> git.tdb.fi Git - libs/gl.git/commit
Add a new transform API to Renderer.
authorMikko Rasa <tdb@tdb.fi>
Thu, 13 Nov 2014 21:43:05 +0000 (23:43 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 13 Nov 2014 21:43:05 +0000 (23:43 +0200)
commit6db6b7e49848e6bbc14f3ec8113ee5a941e4af07
tree62179833f7a4c7023b0ff4992b7d9cab5d2ec4b3
parent50a0c7fd661fe6bfa3f929ad66e47cfab4a0fb87
Add a new transform API to Renderer.

Accessing the matrix stack directly is unsafe as it allows the caller to
push and pop on it independently of Renderer states.
demos/cubemap.cpp
demos/shaders.cpp
source/animatedobject.cpp
source/renderer.cpp
source/renderer.h