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