Converts legacy JSON models (created by the three.js Blender exporter, for THREE.JSONLoader) to glTF 2.0. When original .blend
files are available, prefer direct export from Blender 2.80+.
NOTE: JSON files created with
.toJSON()
use a newer JSON format, which isn't deprecated, and these are still supported by THREE.ObjectLoader. This converter does not support that newer type of JSON file.
Installation:
npm install canvas vblob three