Skip to content

Commit

Permalink
Camera look control Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
banyapon committed Aug 6, 2024
1 parent 5546654 commit 0c1dbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aframe_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def execute(self, context):
</a-assets>
<a-entity id="cameraRig" movement-controls="fly: false; speed: 0.2;">
<a-entity id="camera" camera position="0 1.6 0" wasd-controls></a-entity>
<a-entity id="camera" camera look-controls position="0 1.6 0" wasd-controls></a-entity>
<a-entity oculus-touch-controls="hand: left"></a-entity>
<a-entity oculus-touch-controls="hand: right"></a-entity>
</a-entity>
Expand Down

0 comments on commit 0c1dbdf

Please sign in to comment.