sxyu / volrend

PlenOctree Volume Rendering (supports CUDA & fragment shader backends)
Other
608 stars 84 forks source link

Use size_t instead of int in n3tree #12

Open hturki opened 2 years ago

hturki commented 2 years ago

For octrees with over INT_MAX data elements, using int causes issues due to integer overflow