/** * @author mr.doob / http://mrdoob.com/ * @author kile / http://kile.stravaganza.org/ */ THREE.Geometry = function () { this.vertices = []; this.faces = []; this.uvs = []; };