discard unnecessary comment information

This commit is contained in:
2026-03-14 09:36:46 -07:00
parent 637fb38131
commit 4873e0298c

View File

@@ -38,13 +38,7 @@ impl Bvh{
let slice_len=len/count;
bvh_nodes.reserve(count);
// 0123456789
// last_index=0
// split_index=9
// index=10
// len=10
// count=3
// node_len=4
// split into groups of 4
// split into groups of MAX_SLICE_LEN=4
// [0123][4567][89]
let mut push_slice=|slice:Range<usize>|{
let mut aabb=Aabb::default();