Loading scene from json

JSONLoader was for JSON files created by a (much) older version of three.js. In all recent versions, data created with object.toJSON() should be loaded with the ObjectLoader class.

1 Like