felixmariotto / three-mesh-ui

⏹ Make VR user interfaces for Three.js
https://felixmariotto.github.io/three-mesh-ui/#basic_setup
MIT License
1.26k stars 134 forks source link

Use PlaneGeometry instead of PlaneBufferGeometry #230

Closed kalegd closed 1 year ago

kalegd commented 1 year ago

Minor change for issue #226 to handle newer versions of three.js deprecating BufferGeometry naming in lieu of Geometry

I did not update the files in the build folder as I noticed it was pulling in many changes unrelated to this pull request

swingingtom commented 1 year ago

Thanks for the PR. I will release it asap

swingingtom commented 1 year ago

@kalegd v6.5.2 as been released with this PR.

Thanks