Forráskód Böngészése

Fixing basic example

Raanan Weber 7 éve
szülő
commit
2681bc6696
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      Viewer/dist/basicExample.html

+ 2 - 2
Viewer/dist/basicExample.html

@@ -15,8 +15,8 @@
     </head>
 
     <body>
-        <babylon model.title="The Bus!" model.subtitle="Remix3D" model.thumbnail="http://d33wubrfki0l68.cloudfront.net/7e08139ddee0ec38005f4232346c7f7386831300/fd934/githubuniverse/remix3d.png"
-            model.url="http://playground.babylonjs.com/scenes/Rabbit.babylon" default-viewer="true"></babylon>
+        <babylon model.title="Amazing Rabbit" model.subtitle="BabylonJS" model.thumbnail="https://www.babylonjs.com/img/favicon/apple-icon-144x144.png"
+            model.url="https://playground.babylonjs.com/scenes/Rabbit.babylon" default-viewer="true"></babylon>
         <script src="viewer.js"></script>
     </body>