ray-tracer icon indicating copy to clipboard operation
ray-tracer copied to clipboard

Acceleration structures

Open w23 opened this issue 7 years ago • 1 comments

For triangle objects (or sufficiently complex scenes made of balls, boxes and walls) you will notice that iterating through all objects is slow. Skip objects that will not be hit by current ray (or ray sample). Hints: BVH, BSP, kd-trees, ...

w23 avatar Jul 31 '18 16:07 w23

@w23 yeah, I was thinking about using those in the future. Thanks for filing an issue for that! :)

rexim avatar Jul 31 '18 19:07 rexim