/** * @author mr.doob / http://mrdoob.com/ */ THREE.Vertex = function ( position ) { this.position = position || new THREE.Vector3(); };