12345678910111213141516171819 |
- <!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="./config.json" lab.assets-root-u-r-l="/external/msft/" templates.main.params.fill-screen="true"
- extends="extended" model.url="https://babylonjs.com/Assets/FlightHelmet/glTF/FlightHelmet_Materials.gltf"></babylon>
- <script src="../../viewer.js"></script>
- </body>
- </html>
|