Potree.TextSprite.prototype.setBackgroundColor = function(color){
    this.backgroundColor = color;

    this.update();
};