Experience-Monks/three-bmfont-text

Centering the geometry produces an artifact on the end

kyma opened this issue · 2 comments

kyma commented

This is working nicely, but the geometry is flipped and off-center.
I can rotate the mesh to correct the first, but if I call geometry.center(), I get an artifact like a triangle is missing from the end

Screenshot 2021-02-11 at 11 10 10

I've encountered this too. I also flipped the text. It looks like just one triangle on the end didn't get formed or something. If I continue to use this for my project I'll try to dig into it

Any one find a fix for this? geometry.center() does the same thing for me.. also, I see this error in console: index.js:103 THREE.BufferGeometry.computeBoundingSphere(): Computed radius is NaN. The "position" attribute is likely to have NaN values.