bindDisplay method
Implementation
void bindDisplay(AbstractDisplay _display) {
display = _display;
display.bindCamera(this);
display.setup();
resizeFrameShape();
display.renderer.renderBackground(backgroundColor);
}
void bindDisplay(AbstractDisplay _display) {
display = _display;
display.bindCamera(this);
display.setup();
resizeFrameShape();
display.renderer.renderBackground(backgroundColor);
}