Skip to content

Commit 32215d1

Browse files
committed
Cleanup
1 parent eb0c711 commit 32215d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@
44
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
55
<script src="https://quadjr.github.io/aframe-gaussian-splatting/index.js"></script>
66
<script src="https://cdn.jsdelivr.net/gh/c-frame/[email protected]/dist/aframe-extras.min.js"></script>
7-
<!-- <script src="https://unpkg.com/[email protected]/dist/aframe-orbit-controls.min.js"></script>
8-
<script src="https://quadjr.github.io/aframe-gaussian-splatting/index.js"></script> -->
97
</head>
108
<body>
119
<a-scene renderer="antialias: false" stats>
1210
<a-entity id="rig"
1311
movement-controls="controls: keyboard,gamepad,nipple; speed: 0.5; fly: true"
1412
nipple-controls="mode: static; lookJoystickPosition: left; moveJoystickPosition: right">
15-
<!-- <a-entity camera look-controls="enabled: true" orbit-controls="target: 0 2 0; minDistance: -10000; initialPosition: 0 0 0; rotateSpeed: 0.5"></a-entity> -->
1613
<a-entity camera position="0 1.6 0" look-controls="enabled: true"></a-entity>
1714
</a-entity>
1815
<a-entity gaussian_splatting="src: https://huggingface.co/NikV09/SplaTAM_S1/resolve/main/3dgs_sds_bus.splat;" rotation="0 0 0" position="0 1.5 -2"></a-entity>
19-
<!-- <a-sky color="#FFFFFF"></a-sky> -->
2016
<a-sky color="#000"></a-sky>
2117
</a-scene>
2218
</body>

0 commit comments

Comments
 (0)