Jelajahi Sumber

two colors declaration

Jean Carlo Deconto 10 tahun lalu
induk
melakukan
8e02a5c89a
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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 = [];