|
|
|
|
|
by rsp1984
3518 days ago
|
|
It sounds to me like what you'd need for ray tracing is a fork/join threading model with a master and several worker threads. OpenMP provides exactly that and is a widely supported standard. I'm curious: Why would you use anything else? |
|