pythreejs icon indicating copy to clipboard operation
pythreejs copied to clipboard

JSONLoader should be supported (please)

Open larsr opened this issue 8 years ago • 2 comments

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.

larsr avatar Jun 01 '17 17:06 larsr

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.

mkhorton avatar Nov 09 '17 22:11 mkhorton

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.

vidartf avatar Mar 22 '18 14:03 vidartf