Skip to content

Commit

Permalink
Joystick Controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik-V9 committed Mar 7, 2024
1 parent f546bd0 commit eb0c711
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
<body>
<a-scene renderer="antialias: false" stats>
<a-entity id="rig"
movement-controls="controls: keyboard,gamepad,touch; speed: 0.5; fly: true">
<!-- <a-entity id="rig"
movement-controls="controls: keyboard,gamepad,nipple; speed: 0.5; fly: true"
nipple-controls="mode: static; lookJoystickEnabled: false; moveJoystickPosition: right"> -->
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="#FFFFFF"></a-sky> -->
<a-sky color="#000"></a-sky>
</a-scene>
</body>
</html>

0 comments on commit eb0c711

Please sign in to comment.