Import a 3d scene into babylonJS
问题 So I read today about babylonJS and I was blown away by it. I'm trying to figure out how to load an entire 3d scene into babylon. I've managed to export a 3d model of spider man and have the .babylon file but then what? In the document it only states "Importing scene from 3D assets Babylon.js can load scenes from a file format called .babylon. This file format is based on JSON and contains all required data to create a complete scene." Any ideas on how to achieve this? Thanks 回答1: Once you