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.indices = [];
 	this.vertices = [];
 	this.vertices = [];
-	this.colors = [];
 	this.normals = [];
 	this.normals = [];
 	this.colors = [];
 	this.colors = [];
 	this.uvs = [];
 	this.uvs = [];