]> git.tdb.fi Git - libs/gl.git/commit
Add an interface for obtaining bounding spheres from renderables
authorMikko Rasa <tdb@tdb.fi>
Wed, 11 Sep 2013 07:53:41 +0000 (10:53 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 11 Sep 2013 07:53:41 +0000 (10:53 +0300)
commit46921b54c8252bb535a3b2cb7be97eb38e66eaed
treefc9b285a881084c66a84d12ddf1541c032b454d5
parent4edd75061a1e24572bd672fb72e1bc1838008ce7
Add an interface for obtaining bounding spheres from renderables

This can be used for various forms of culling.
source/object.cpp
source/object.h
source/objectinstance.cpp
source/objectinstance.h
source/renderable.h