Is it possible to use babylon js offline? I saved the babylon.max.js on my desktop and followed the tutorial on youtube and made a box first, i use
instead of the cdn url , when I saw the box appeared on chrome, I thought I could do the same for my own mesh but sadly it didnt work. My main intention is to use babylon js engine to create a 3d interactive scene for courses, so students will have more interest to learn by clicking parts of the mesh and labels show up. I thought the html I created together with the asset can then be imported into an authoring tool like activepresenter eLearning Authoring Software & Training Video Editor
Sorry if I have done anything stupid in coding, still a newbee. Thanks
@vchia
To use importMesh,
you will need a local webserver, a local webserver is “offline” as it runs on your own pc
typically you will use localhost or 127.0.0.1 to access it in your browser,
so instead of https://babylonjs.com to reach the BabylonJs site,
you would navigate to http://localhost/ to reach your local server
it works! thank you! I would like to ask questions about creating labels, I was watching this video on youtube, Infographics 3d website using Blender & Babylonjs - YouTube
is it possible to create custom label designs in Babylon js or maybe import labels created in adobe illustrator? I would like to make something similar like the video above with my own label designs.
it is the normal issue, in blender I have auto smooth turned on, but strangely obj or glb I saved doesnt include auto smooth ? how do I have this enabled in babylon js?