freealise's picture
Create scene.htm
02823b2 verified
raw
history blame
237 Bytes
<html>
<head>
<title>Babylon.js Viewer - Display a 3D model</title>
</head>
<body>
<script src="https://preview.babylonjs.com/viewer/babylon.viewer.js"></script>
<babylon model="./scene.babylon"></babylon>
</body>
</html>