Table of Contents

Property UseMedianSplit

Namespace
Box3D
Assembly
Box3D.NET.dll

UseMedianSplit

Gets a value indicating whether a median split is used instead of a surface area heuristic when building the hierarchy.

public bool UseMedianSplit { get; init; }

Property Value

bool

Remarks

Faster to build and slightly slower to query. A good trade for meshes laid out on a grid, such as terrain tiles.