ufoExample.html 915 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>BabylonJS Viewer - UFO</title>
  8. </head>
  9. <body>
  10. <babylon extends="default, shadowDirectionalLight, environmentMap" templates.nav-bar.params.hide-logo="true" templates.main.params.fill-screen="true">
  11. <scene glow="true">
  12. </scene>
  13. <lab>
  14. <environment-main-color r="0.5" g="0.2" b="0.2"></environment-main-color>
  15. </lab>
  16. <model url="https://models.babylonjs.com/ufo.glb">
  17. <animation auto-start="true"></animation>
  18. </model>
  19. <camera beta="0.8"></camera>
  20. </babylon>
  21. <script src="viewer.js"></script>
  22. </body>
  23. </html>