/** * @author mr.doob / http://mrdoob.com/ */ THREE.RenderableParticle = function () { this.x; this.y; this.screenZ; this.color; this.material; }