Pixel.Planarity Enumeration
Describes the planarity of the foremost geometry which produced the pixel.
Members
| Name | Value | Description |
|---|---|---|
| None | No geometry was rendered to this pixel. | |
| NonPlanar | Non-planar geometry produced this pixel. | |
| Planar | Planar geometry produced this pixel. | |
| Unknown | Pixel.Selector.GeometryAndDistance was not specified, or the planarity could not be determined. |
Defined in
- core/frontend/src/render/Pixel.ts Line 223
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.