Parcourir la source

two colors declaration

Jean Carlo Deconto il y a 10 ans
Parent
commit
8e02a5c89a
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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 = [];