* normalise color attributes by default * set normalised if not float32
@@ -209,6 +209,8 @@ class DRACOLoader extends Loader {
this._assignVertexColorSpace( attribute, result.vertexColorSpace );
+ attribute.normalized = ( array instanceof Float32Array ) === false;
+
}
geometry.setAttribute( name, attribute );