Inheritance Graph
graph BT
ColorSplitFunction
click ColorSplitFunction "classRendering_1_1MeshUtils_1_1QuadtreeMeshBuilder_1_1ColorSplitFunction"
Description
Split function that only uses the color values.
Public Functions
Documentation
function
Rendering::MeshUtils::QuadtreeMeshBuilder::ColorSplitFunction::ColorSplitFunction
Parameters
- colorAccessor
- Access to the color values
Defined in Rendering/MeshUtils/QuadtreeMeshBuilder.h:192
function
Rendering::MeshUtils::QuadtreeMeshBuilder::ColorSplitFunction::operator()
Determine whether the specified quad tree node shall be split. Only the color values are used by this function.
Parameters
- node
- Quad tree node that is to be analyzed
Returns
true
if the specified quad tree node should be split,false
otherwise
Defined in Rendering/MeshUtils/QuadtreeMeshBuilder.h:201