Display 3D Scene in Full Screen Mode
-
When running a 3D project, you can switch the stage to full screen mode automatically. This would give the user a feeling that they are running a professional application or game.
To do that, use the following block:
It takes only one input, which controls whether the border of the stage and the browser tab are displayed.For exmaple, suppose we create an empty scene and switch to full screen “with” border, we would get the borders and tabs:
When we select “no” border, the 3D scene would occupy the entire screen. In this case, the user needs to press the “ESC” key on the left top of the keyboard to exit the full screen mode. -