defaultViewer.html 470 B

12345678910111213141516171819202122232425
  1. <style>
  2. viewer {
  3. position: relative;
  4. overflow: hidden;
  5. /* Start stage */
  6. z-index: 1;
  7. justify-content: center;
  8. align-items: center;
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .babylonjs-canvas {
  13. flex: 1;
  14. width: 100%;
  15. height: 100%;
  16. touch-action: none;
  17. }
  18. </style>
  19. <canvas class="babylonjs-canvas" touch-action="none">
  20. </canvas>
  21. <nav-bar></nav-bar>