THREE.Geometry = function () { this.vertices = []; this.faces = []; }