Skip to content

Commit

Permalink
Orbit Controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik-V9 committed Mar 6, 2024
1 parent ca3b3ec commit e1c04c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
<head>
<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://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 camera look-controls="enabled: false" 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/3dgs_outdoor_dry_grass.splat;" rotation="0 180 0" position="0 -50 -200"></a-entity>
<a-sky color="#FFFFFF"></a-sky>
</a-scene>
Expand Down

0 comments on commit e1c04c2

Please sign in to comment.