Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik-V9 committed Mar 7, 2024
1 parent eb0c711 commit 32215d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://quadjr.github.io/aframe-gaussian-splatting/index.js"></script>
<script src="https://cdn.jsdelivr.net/gh/c-frame/[email protected]/dist/aframe-extras.min.js"></script>
<!-- <script src="https://unpkg.com/[email protected]/dist/aframe-orbit-controls.min.js"></script>
<script src="https://quadjr.github.io/aframe-gaussian-splatting/index.js"></script> -->
</head>
<body>
<a-scene renderer="antialias: false" stats>
<a-entity id="rig"
movement-controls="controls: keyboard,gamepad,nipple; speed: 0.5; fly: true"
nipple-controls="mode: static; lookJoystickPosition: left; moveJoystickPosition: right">
<!-- <a-entity camera look-controls="enabled: true" orbit-controls="target: 0 2 0; minDistance: -10000; initialPosition: 0 0 0; rotateSpeed: 0.5"></a-entity> -->
<a-entity camera position="0 1.6 0" look-controls="enabled: true"></a-entity>
</a-entity>
<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>
<!-- <a-sky color="#FFFFFF"></a-sky> -->
<a-sky color="#000"></a-sky>
</a-scene>
</body>
Expand Down

0 comments on commit 32215d1

Please sign in to comment.