Curve and Font - undefined

let font = THREE.Font();
console.log(font); // undefined

let get = THREE.Curve();
console.log(get ); // undefined

Curve and Font - undefined. Why?

I mean, you forgot new. :confused:
Look at simple examples from the Collection of examples from discourse.threejs.org.

For example in 2020
discourse.threejs.hofk.de

2 Likes

oh I forgot. thank )