@@ -702,6 +702,12 @@ THREE.GLTFExporter.prototype = {
};
+ if ( attribute.normalized === true ) {
+
+ gltfAccessor.normalized = true;
+ }
if ( ! outputJSON.accessors ) {
outputJSON.accessors = [];
@@ -724,6 +724,12 @@ GLTFExporter.prototype = {