rgalindox Posted December 3, 2018 Share Posted December 3, 2018 Hi, We are creating some 3d apps for web and web mobile so Unity3D can't do the job for mobile web. We need to have 3d text on top of some 3d objects, the text needs to be created dynamically so we can't import it from Blender or another 3d authoring tool. What library do you recommend to add to Babylon to have 3d text? I tested the 3d GUI but you need to have buttons and the requirements is 3d text similar to what UNity3D offers. Any help will be appreciate it. Quote Link to comment Share on other sites More sharing options...
brianzinn Posted December 3, 2018 Share Posted December 3, 2018 I don't know how 3D text library looks in Unity, but you can use vectororize-text with PolygonMeshBuilder (note the webpage to demo is gone, but vectorize-text is still on github). edit: I didn't know about MeshWriter - would go with that for sure Quote Link to comment Share on other sites More sharing options...
Guest Posted December 3, 2018 Share Posted December 3, 2018 I also recommend this one: https://doc.babylonjs.com/extensions/mesh_writer_introduction rgalindox 1 Quote Link to comment Share on other sites More sharing options...
Wingnut Posted December 3, 2018 Share Posted December 3, 2018 And maybe, check out the demo-filled forum thread about meshWriter, too. http://www.html5gamedevs.com/topic/37487-text-as-polygon-mesh/ Actually, stay on PAGES 3/4 of that forum thread. Less broken playgrounds. (usually broken due-to stale URL to meshWriter lib) I like this one. https://www.babylonjs-playground.com/#XWVXN9#63 ...and this physics-ish one... https://playground.babylonjs.com/#1KPF49#54 (might need extra click on RUN) (also, joint between "o" and "n" not working) [Wingnut gives a little wink to @The Leftover, a swell guy and the author of meshWriter] JohnK and rgalindox 2 Quote Link to comment Share on other sites More sharing options...
rgalindox Posted December 3, 2018 Author Share Posted December 3, 2018 Thank you very much. I'll check the links you kindly sent me. I appreciate your support to this forum! Rafael Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.