Walther / clovers

Ray Tracing in Rust
https://walther.github.io/clovers/clovers/
13 stars 1 forks source link

Parallelize scene loading #152

Open Walther opened 2 years ago

Walther commented 2 years ago

Currently, scene loading, including object initialization (especially STL files with tons of triangles) and BVH tree initialization, is done serially and single-threaded.

Throw some rayon at it!