@@ -1202,6 +1202,12 @@ THREE.GLTFLoader = ( function () {
geometry.addAttribute( 'uv', bufferAttribute );
break;
+ case 'COLOR_0':
+ case 'COLOR0':
+ case 'COLOR':
+ geometry.addAttribute( 'color', bufferAttribute );
+ break;
+
case 'WEIGHT':
geometry.addAttribute( 'skinWeight', bufferAttribute );