Hi there,
I just tried to load a text geometry, but I got this error:
THREE.TextGeometry has been moved to /examples/jsm/geometries/TextGeometry.js
What does that mean? Can someone help please?
Thank you!!
Hi there,
I just tried to load a text geometry, but I got this error:
THREE.TextGeometry has been moved to /examples/jsm/geometries/TextGeometry.js
What does that mean? Can someone help please?
Thank you!!
See * discourse.threejs.hofk.de Beginner Example step 11. The source was shiftet some time ago.
import { FontLoader } from 'https://threejs.org/examples/jsm/loaders/FontLoader.js'; // to step 11
import { TextGeometry } from 'https://threejs.org/examples/jsm/geometries/TextGeometry.js'; // to step 11