You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would definitely be really nice to be able to serialize/load scenes with three.js JSON, to be able to export a scene made in a notebook into a format that could be used on the web too.
The JSON loader is on its way to deprecation in three.js, so I think this should probably instead be to support glTFLoader. That being said, the machinery of one loader can probably be used for multiple loaders, so it might not be an either/or case.
It would be wonderful to be able to load in threejs-json models using the THREE.JSONLoader() api, but AFAICT it does not seem to be implemented yet.
The text was updated successfully, but these errors were encountered: