}
}
final String displayName = getDisplayName(usernameAlias, isSpeaking, isMuted);
SceneWorker.addWorker(new WorkCommit() {
public void commit() {
if (visible) {
if (label == null) {
label = new TextLabel2D(displayName, foregroundColor, backgroundColor,
height, true, font);