API Reference · Overlays and labels
OcclusionPrecision
public enum OcclusionPrecisionHow exact an occlusion test is, against what it costs.
Values
| Value | Description |
|---|---|
Triangles | Triangle-accurate, through |
BoundingBoxes | Bounding boxes only. Cheaper by roughly the cost of the triangle pass, and wrong in one direction: a marker inside another object's box hides while it is still visible through a gap. Worth having when there are many markers, or when the geometry in front is dense and solid anyway. |