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

exceptions in text example #12198

Closed
makc opened this issue Sep 14, 2017 · 3 comments
Closed

exceptions in text example #12198

makc opened this issue Sep 14, 2017 · 3 comments
Labels

Comments

@makc
Copy link
Contributor

makc commented Sep 14, 2017

If you go to https://threejs.org/examples/webgl_geometry_text_earcut.html#FF003E110#Schei%C3%9Fe! you get no text and this in the console:

TypeError: textGeo.faces is undefined
webgl_geometry_text_earcut.html:451:23

If you go to https://threejs.org/examples/webgl_geometry_text_earcut.html and type somehing, the text appears... Only to disappear when you click bevel button. And then there is the same error as above.

@Mugen87
Copy link
Collaborator

Mugen87 commented Sep 14, 2017

Good find! The example needs TextGeometry instead of TextBufferGeometry otherwise this code won't work.

@Mugen87
Copy link
Collaborator

Mugen87 commented Sep 14, 2017

BTW: The german word you used in your link is not very decent, you know 😆.

@makc
Copy link
Contributor Author

makc commented Sep 14, 2017

there are two more text examples, I think, I did not check these, but it might be good idea to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants