]> git.tdb.fi Git - libs/gl.git/commit
Route rendering calls through Renderer and add an exclusion system
authorMikko Rasa <tdb@tdb.fi>
Tue, 28 Aug 2012 10:18:41 +0000 (13:18 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 28 Aug 2012 10:18:41 +0000 (13:18 +0300)
commit2e6a73a93eac0a18063ec675a24a8e6eeeb80a0c
tree493d9b2a5ab48d5df86aafbc3d481b16540eae08
parent99c9abad967dc2925f8603fd0d202d9b6df092ed
Route rendering calls through Renderer and add an exclusion system

This is necessary for generating environment maps for an object, since
the object itself should not be included in the map.  The alternative is
to create a separate Scene, but that's rather clumsy.
source/instancescene.cpp
source/orderedscene.cpp
source/pipeline.cpp
source/renderer.cpp
source/renderer.h
source/shadowmap.cpp
source/simplescene.cpp