msftExample.html 712 B

1234567891011121314151617181920
  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 - Configuration usage</title>
  8. <style>
  9. </style>
  10. </head>
  11. <body>
  12. <babylon id="viewer" configuration="/external/msftConfig.json" templates.main.params.fill-screen="true" extends="extended"
  13. model.url="https://babylonjs.com/Assets/FlightHelmet/glTF/FlightHelmet_Materials.gltf"></babylon>
  14. <div id="viewport" touch-action="none"></div>
  15. <script src="viewer.js"></script>
  16. </body>
  17. </html>