troisjs / trois

✨ ThreeJS + VueJS 3 + ViteJS ⚡

Home Page:https://troisjs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is <Text> broken ?

Zebnastien opened this issue · comments

Hello everyone,

I can't get "Text" to work.

So I tried to copy/past code from demo 3 on TroisJS website :
https://troisjs.github.io/examples/demos/3.html
I used the font file provided from github.

Result : no text, only particles.

Messages in the console when trying to use "Text" :
Warn : THREE.FontLoader: typeface.js support is being deprecated. Use typeface.json instead"
Error : "Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length')"

Am I the only one in that case ?

I found the solution :

I went to /node_modules/three/examples/fonts/ and grabbed the font file from here.
I can't explain why, but it works !

I hope this could help.