]> git.tdb.fi Git - libs/gl.git/commit
Perform culling in eye space and account for Renderer's matrix
authorMikko Rasa <tdb@tdb.fi>
Fri, 7 Oct 2016 12:38:09 +0000 (15:38 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 7 Oct 2016 12:38:09 +0000 (15:38 +0300)
commit0a20dd14a0d1fd027a7d411b4d427bd4252342cc
treeaf3a7fb5629b2f2d18e491ce0a710bcab0991e74
parent3b6bbeda80d1db44348243c855bc433be23b949e
Perform culling in eye space and account for Renderer's matrix

This allows container renderables to apply intermediate transforms to the
Renderer.  Sometimes it may be inconvenient to propagate every matrix
change down through the hierarchy.
source/scene.cpp
source/scene.h