Remove the StaticLeaf visitor slot.
commitf7c8e565b2eed307efd1d190e4af7754a89e6434
authorfrohlich <frohlich>
Mon, 2 Mar 2009 18:02:50 +0000 (2 18:02 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 5 Mar 2009 09:32:06 +0000 (5 10:32 +0100)
tree02e9dc4a8011e54bb2c5fdc3616dcdd15e178d2a
parent4552301556a47007816f8f969f5087133e0e08e4
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