I am in the process of learning BabylonJS.
How do you add a 3D model into an already existing BabylonJS scene? I have a scene of a building and I want to add a grand piano into the interior of the building. The piano is a 3d model in OBJ and FBX form.
Thanks!
Hello you have several options:
Import it in Blender or 3dsMax or Unity and export it using one of the supported exporters: https://github.com/BabylonJS/Babylon.js/tree/master/Exporters
Use the FBX exporter: https://github.com/BabylonJS/Babylon.js/tree/master/Exporters/FBX
Use the OBJ loader: https://github.com/BabylonJS/Babylon.js/blob/master/dist/preview%20release/loaders/babylon.objFileLoader.js