Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MSDFText call to translate() for newer versions of three.js and clean up to be deprecated function calls #274

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kalegd
Copy link
Contributor

@kalegd kalegd commented Dec 3, 2023

This pull request is for the following updates to play nicely with newer versions of three.js

  • Fix fatal error in MSDFText.buildText() by providing default values to translate function call
  • Fix broken links from images in README
  • Update examples to use renderer.outputColorSpace instead of renderer.outputEncoding
  • Use mergeGeometries instead of the to be deprecated mergeBufferGeometries from BufferGeometryUtils.js
  • Remove "Buffer" from various Geometry instantiations as all geometries are now BufferGeometries

This should address the following issues

…o translate function call. Update examples to use renderer.outputColorSpace instead of renderer.outputEncoding and remove "Buffer" from various Geometry instantiations as all geometries are now BufferGeometries. Fix broken links from images in README. Use mergeGeometries instead of the to be deprecated mergeBufferGeometries from BufferGeometryUtils.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant