]> git.mxchange.org Git - simgear.git/commit
bvh: Introduce BVHMaterial independent of SGMaterial.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Fri, 24 Aug 2012 19:20:40 +0000 (21:20 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Fri, 24 Aug 2012 19:25:11 +0000 (21:25 +0200)
commit7a879e2abf3c3601741971c964ba05ebaef57770
tree71fb3c890969534b81cc1f085ee3101f01405fa5
parent22878b6f897abb5895cd7054f4ea666666fa6778
bvh: Introduce BVHMaterial independent of SGMaterial.

The bounding volumes in core should not depend on scenery.
Therefore reference material properties relevant for the BVH
tree in BVHMaterial.
simgear/bvh/BVHLineSegmentVisitor.hxx
simgear/bvh/BVHMaterial.cxx [new file with mode: 0644]
simgear/bvh/BVHMaterial.hxx [new file with mode: 0644]
simgear/bvh/BVHNearestPointVisitor.hxx
simgear/bvh/BVHStaticData.hxx
simgear/bvh/BVHStaticGeometryBuilder.hxx
simgear/bvh/CMakeLists.txt
simgear/scene/material/mat.cxx
simgear/scene/material/mat.hxx
simgear/scene/model/BoundingVolumeBuildVisitor.hxx