theatre
theatre copied to clipboard
PlaneBufferGeometry being renamed in three.js 0.154.0 breaks @theatre/r3f/dist/extension
Hey! Setting up the react three fiber example will not work with the latest version of three js (0.154.0). PlaneBufferGeometry
(and others) was renamed to PlaneGeometry
in this version, so @theatre/r3f/dist/extension
fails when trying to import it. I can't code a PR right now to check, but importing PlaneGeometry
instead should do the trick.
Apologies if this was already reported somewhere, I opened this issue because I haven't found any mentions.
I've the same issue but then I installed "@theatre/r3f": "^0.6.2" and it worked perfect
This is being worked on. Had to lay some groundwork via #440.