Jean Carlo Deconto 10 роки тому
батько
коміт
8e02a5c89a
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      src/core/DirectGeometry.js

+ 0 - 1
src/core/DirectGeometry.js

@@ -13,7 +13,6 @@ THREE.DirectGeometry = function () {
 
 	this.indices = [];
 	this.vertices = [];
-	this.colors = [];
 	this.normals = [];
 	this.colors = [];
 	this.uvs = [];