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.28k stars 125 forks source link

Update deprecated three.js code #478

Closed hybridherbst closed 5 months ago

hybridherbst commented 5 months ago

mergeBufferGeometries was already deprecated in r151 (the current three.js dependency) and is removed in r161, now named mergeGeometries.

See https://github.com/mrdoob/three.js/pull/27467/files#diff-ed91371298bdcbc8aab7034f2ea13d1def23f69aca37a77aa7cf8fee9a4cb125L1350

Besides this the current branch is already compatible with r161 it seems 👍 image

gkjohnson commented 5 months ago

Excellent, thank you!

hybridherbst commented 5 months ago

Thanks! Do you have an approximate date for a next release?

gkjohnson commented 5 months ago

Probably in a couple weeks. I want to try a few things relating to the mac os browser failure.