소스 검색

dist update

Raanan Weber 7 년 전
부모
커밋
848d5904a2
3개의 변경된 파일3458개의 추가작업 그리고 1660개의 파일을 삭제
  1. 4 1
      Viewer/dist/basicExample.html
  2. 3452 1657
      Viewer/dist/viewer.js
  3. 2 2
      Viewer/package.json

+ 4 - 1
Viewer/dist/basicExample.html

@@ -11,7 +11,7 @@
                 max-width: 800px;
                 max-height: 500px;
                 width: 100%;
-                height: 100%;
+                height: 600px;
             }
         </style>
     </head>
@@ -21,6 +21,9 @@
             model.url="https://playground.babylonjs.com/scenes/Rabbit.babylon" camera.behaviors.auto-rotate="0" templates.nav-bar.params.disable-on-fullscreen="true"></babylon>
         <script src="viewer.js"></script>
         <script>
+            // The following lines are redundant. 
+            // They are only here to show how you could achive the tag initialization on your own.
+
             // a simple way of disabling auto init 
             BabylonViewer.disableInit = true;
             // Initializing the viewer on specific HTML tags.

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3452 - 1657
Viewer/dist/viewer.js


+ 2 - 2
Viewer/package.json

@@ -1,6 +1,6 @@
 {
     "name": "babylonjs-viewer",
-    "version": "0.1.0",
+    "version": "0.2.0",
     "description": "A viewer using BabylonJS to display 3D elements natively",
     "scripts": {
         "start:server": "webpack-dev-server",
@@ -45,4 +45,4 @@
         "lodash.merge": "^4.6.0",
         "promise-polyfill": "^6.0.2"
     }
-}
+}