]> git.mxchange.org Git - simgear.git/commit
scene: Factor out a common primitive functor.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Tue, 25 Sep 2012 21:42:14 +0000 (23:42 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Thu, 27 Sep 2012 16:21:13 +0000 (18:21 +0200)
commit63aa16b97c92f80e05e70dddd9335ac452213591
treed0bd8fd6f9ab3a885a0ec095f728d22981400405
parentcafbf860be02f6595debed7bc4a883081c7c77c4
scene: Factor out a common primitive functor.

This kind of work is done two times for different
flavours of bounding volume generation. Factor
out and use this in BVHPageNodeOSG.cxx and
BoundingVolumeBuildVisitor.hxx.
simgear/scene/model/BVHPageNodeOSG.cxx
simgear/scene/model/BoundingVolumeBuildVisitor.hxx
simgear/scene/model/CMakeLists.txt
simgear/scene/model/PrimitiveCollector.cxx [new file with mode: 0644]
simgear/scene/model/PrimitiveCollector.hxx [new file with mode: 0644]