1234567891011121314151617181920 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>BabylonJS Viewer - Configuration usage</title>
- <style>
- </style>
- </head>
- <body>
- <babylon id="viewer" configuration="/external/msftConfig.json" templates.main.params.fill-screen="true" extends="extended"
- model.url="https://babylonjs.com/Assets/FlightHelmet/glTF/FlightHelmet_Materials.gltf"></babylon>
- <div id="viewport" touch-action="none"></div>
- <script src="viewer.js"></script>
- </body>
- </html>
|