tiny.geometry.leaf_capacity
Defined in tiny.geometry.
The most triangles one leaf holds.
Source
Source: lib/geometry/src/bvh.zig:36
zig
/// The most triangles one leaf holds.pub const leaf_capacity = 4;Source: lib/geometry/src/root.zig:34
zig
pub const leaf_capacity = bvh.leaf_capacity;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |