gkjohnson / three-gpu-pathtracer

Path tracing renderer and utilities for three.js built on top of three-mesh-bvh.
https://gkjohnson.github.io/three-gpu-pathtracer/example/bundle/index.html
MIT License
1.34k stars 133 forks source link

MacOS crash exploration #483

Closed gkjohnson closed 8 months ago

gkjohnson commented 8 months ago

Related to #439 Related to #442 Related to #450 Related to #463

FUTURE

gkjohnson commented 8 months ago

The call to sobol3( 6 ) seems to be causing the issue. It's used when generating a sampled light point direction and causes a failure when the value is assigned to ray.direction.