浏览代码

two colors declaration

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 = [];