@@ -1920,12 +1920,6 @@ THREE.GLTFExporter.prototype = {
}
- if ( scene.userData && Object.keys( scene.userData ).length > 0 ) {
-
- gltfScene.extras = serializeUserData( scene, gltfScene );
- }
outputJSON.scenes.push( gltfScene );
var nodes = [];
@@ -1944,12 +1944,6 @@ GLTFExporter.prototype = {