(ix, iy, iz)
| 129 | } |
| 130 | extents.sort(); |
| 131 | const cellSize = Math.max(extents[triCount >> 1] * 2, 1e-6); |
| 132 | const invCell = 1 / cellSize; |
| 133 | |
| 134 | // Insert triangles into spatial grid (each triangle may span multiple cells) |
no outgoing calls
no test coverage detected