|
@@ -15,20 +15,15 @@
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
- <babylon extends="minimal" scene.default-camera="false">
|
|
|
- <model url="https://playground.babylonjs.com/scenes/BoomBox.glb" title="GLB Model" subtitle="BabylonJS">
|
|
|
+ <babylon extends="minimal">
|
|
|
+ <model url="https://playground.babylonjs.com/scenes/BoomBox.glb">
|
|
|
+ <scaling x="10" y="10" z="10"></scaling>
|
|
|
</model>
|
|
|
<camera>
|
|
|
<behaviors>
|
|
|
<auto-rotate type="0"></auto-rotate>
|
|
|
</behaviors>
|
|
|
</camera>
|
|
|
- <lights>
|
|
|
- <light1 type="1" shadow-enabled="true" position.y="0.5" direction.y="-1" intensity="4.5">
|
|
|
- <shadow-config use-blur-exponential-shadow-map="true" use-kernel-blur="true" blur-kernel="64" blur-scale="4">
|
|
|
- </shadow-config>
|
|
|
- </light1>
|
|
|
- </lights>
|
|
|
</babylon>
|
|
|
<script src="viewer.js"></script>
|
|
|
</body>
|