dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
529 stars 93 forks source link

Pathtracer ? #164

Open markusmoenig opened 9 months ago

markusmoenig commented 9 months ago

Hi,

how efficient are the mesh intersection accelerator structures ? Would it be possible to implement a CPU based path tracer on top ?

Thanks