/** * @author mrdoob / http://mrdoob.com/ */ THREE.Index = function ( a, b, c ) { this.a = a; this.b = b; this.c = c; };