Potree.TextSprite.prototype.setTextColor = function(color){
    this.textColor = color;

    this.update();
};