]> git.mxchange.org Git - simgear.git/commit
Remove the StaticLeaf visitor slot.
authorfrohlich <frohlich>
Mon, 2 Mar 2009 18:02:50 +0000 (18:02 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 5 Mar 2009 09:32:06 +0000 (10:32 +0100)
commitaddf47600d24c793e77470cae34f133fe9199c23
tree02e9dc4a8011e54bb2c5fdc3616dcdd15e178d2a
parent7f534a796644f73612853b5ce8962ec08e1cef9c
Remove the StaticLeaf visitor slot.
Add a nearest point visitor.

Modified Files:
BVHBoundingBoxVisitor.hxx BVHDebugCollectVisitor.hxx
BVHLineSegmentVisitor.cxx BVHLineSegmentVisitor.hxx
BVHStaticGeometryBuilder.hxx BVHStaticLeaf.cxx
BVHStaticLeaf.hxx BVHSubTreeCollector.cxx
BVHSubTreeCollector.hxx BVHVisitor.hxx Makefile.am bvhtest.cxx
Added Files:
BVHNearestPointVisitor.hxx
12 files changed:
simgear/scene/bvh/BVHBoundingBoxVisitor.hxx
simgear/scene/bvh/BVHDebugCollectVisitor.hxx
simgear/scene/bvh/BVHLineSegmentVisitor.cxx
simgear/scene/bvh/BVHLineSegmentVisitor.hxx
simgear/scene/bvh/BVHNearestPointVisitor.hxx [new file with mode: 0644]
simgear/scene/bvh/BVHStaticLeaf.cxx
simgear/scene/bvh/BVHStaticLeaf.hxx
simgear/scene/bvh/BVHSubTreeCollector.cxx
simgear/scene/bvh/BVHSubTreeCollector.hxx
simgear/scene/bvh/BVHVisitor.hxx
simgear/scene/bvh/Makefile.am
simgear/scene/bvh/bvhtest.cxx