I just created a random mesh using Blender and I want to export it to be used in HTML5 via the Three.js. I haven’t seen any decent tutorials that shows how to do this. Can anyone help me out with this? I just want the 3D Mesh to display in the web, no animations included. Thanks!
Share
The easiest way I found after many searches and trial and error was
Three.ColladaLoader. Place your.daefiles in a folder titledmodelsin your/rootdirectory. I found the Blender JSON exporter less reliable. Call the PinaCollada function from within theinit()function, somthing like this: