I am currently evaluating the feasibility of being able to generate 3D geometric text from a text field.
A few people have asked for this need in the forum in the last years:
I also discover that Three.js can do something similar: Procedural 3D text
I’m good with Javascript but have very little to zero experience generating 3d mesh by code. Tessellation and converting fonts to 3D from scratch seems too big a challenge for me.
My fallback solution is to create the text geometry in 3DS Max and imported it into PlayCanvas, but this doesn’t give me all the flexibility I need.
My project is to let the user create their own trophy with 3D text similar to this image:
Do you have any suggestions or possible solutions to meet my needs with Playcanvas?