-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Description
Hi all again.
Im trying to draw text like vectors. But TextGeometry dont work like i want. I want draw text with height:0 but his lines are imperfects. TextGeometry draw text like 3D object (Obviusly): http://s15.postimage.org/vyk67uu2x/Sin_t_tulo.gif
But i need draw 3D text without geometry/triangles. Something like this: http://five3d.mathieu-badimon.com/gallery/quote/
It is possible with three.js draw only the contour of the text and use it like object 3D?
Ty All.