occt: master 9ad4ff93

Author Committer Branch Timestamp Parent
kgv bugmaster master 2020-04-19 18:42:42 master 89fcfe15
Changeset 0031511: Point Cloud Rendering, Volume Rendering - reuse Graphic3d_CullingTool

Graphic3d_CullingTool::IsCulled() has been extended with theIsInside argument for full inclusion test.
Graphic3d_Layer::UpdateCulling() now avoids frustum culling tests for BVH children for parent nodes completely included into frustum.
Graphic3d_CullingTool::SetViewVolume() has been extended by optional model-world matrix.
mod - src/Graphic3d/Graphic3d_Camera.cxx Diff File
mod - src/Graphic3d/Graphic3d_Camera.hxx Diff File
mod - src/Graphic3d/Graphic3d_CullingTool.cxx Diff File
mod - src/Graphic3d/Graphic3d_CullingTool.hxx Diff File
mod - src/Graphic3d/Graphic3d_Layer.cxx Diff File