You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently looking to migrate an app using three.js r94 to r140. I'm facing an issue on the ThreeBSP constructor where the faces, faceVertexUvs are being used. vertices is also being used, but I have an idea on how to handle it. These properties are now gone on BufferGeometry, any ocurrence on how to update this part of the code? Here is the problematic snippet:
Problem
According to this: https://stackoverflow.com/a/68000360/3405291
Solution 1: older version
PR #67 is a workaround by using an older version of ThreeJS. But that might not be possible for all the projects.
Solution 2: Refactor
A stable solution is to change the source code. There is a PR doing the same refactor for another library, maybe helpful: tengbao/vanta#118
The text was updated successfully, but these errors were encountered: