Recently, I came across this repository showcasing an example that is almost 2 years old. However, the example does not work with the latest versions of threeJS.
Upon testing, I encountered the following error and warnings:
Error: THREE.Matrix3.getInverse no longer accepts a Matrix4 argument.
Warning: THREE.Matrix3.getInverse(): cannot invert matrix as determinant is 0.
The resulting bending effect shown in this screenshot also appears to be incorrect. Despite attempting to adjust the bending axis, I have had no success.
I am uncertain if these errors and warnings are causing the issue, but nonetheless, how can I update this library to function with newer releases of threeJS? Alternatively, is there another method to achieve text bending similar to the example from the mentioned repository?