Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik-V9 authored Mar 7, 2024
1 parent 5163f97 commit f9cbf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>
<a-scene renderer="antialias: false" stats>
<a-entity camera look-controls="enabled: true" orbit-controls="target: 0 0 0; minDistance: -10000; initialPosition: 0 0 0; rotateSpeed: 0.5"></a-entity>
<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 gaussian_splatting="src: https://huggingface.co/NikV09/SplaTAM_S1/resolve/main/SplaTAM_S1_scaled.splat;" rotation="0 0 0" position="0 1.5 -2"></a-entity>
<a-sky color="#FFFFFF"></a-sky>
</a-scene>
Expand Down

0 comments on commit f9cbf58

Please sign in to comment.