Browse Source

compiled and minified, including a simple example

Raanan Weber 7 years ago
parent
commit
3db7ca4b07
3 changed files with 77332 additions and 0 deletions
  1. 25 0
      Viewer/dist/basicExample.html
  2. 77305 0
      Viewer/dist/viewer.js
  3. 2 0
      Viewer/dist/viewer.min.js

+ 25 - 0
Viewer/dist/basicExample.html

@@ -0,0 +1,25 @@
+<!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 - Basic usage</title>
+        <style>
+            babylon {
+                width: 800px;
+                height: 500px;
+            }
+        </style>
+    </head>
+
+    <body>
+        <babylon model="https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/BoomBox/glTF/BoomBox.gltf" default-viewer="true"></babylon>
+        <script src="viewer.js"></script>
+    </body>
+
+</html>
+<html>
+
+</html>

File diff suppressed because it is too large
+ 77305 - 0
Viewer/dist/viewer.js


File diff suppressed because it is too large
+ 2 - 0
Viewer/dist/viewer.min.js