Files
test/source
Hans Goudey 69add5aa47 Cleanup: PBVH: Standardize some usage of node grid indices
- Call the data pointers "elems" and the grid indices "grids"
- Remove null check that really shouldn't be necessary
- Use Span and range based for loops
- Use accessor function instead of raw node field access
2024-08-29 14:12:26 -04:00
..