Skip to content

Commit

Permalink
increase camera far value
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorush committed Mar 12, 2024
1 parent 93022d0 commit 2fd9d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3dstreet-3dtiles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</a-assets>

<a-entity id="cameraRig" position="0 10 30" data-layer-name="Viewer" cursor-teleport="cameraRig: #cameraRig; cameraHead: #camera;" look-controls="reverseMouseDrag: true" wasd-controls="enabled: true">
<a-entity id="camera" camera="far: 100" position="0 1.6 0" ></a-entity>
<a-entity id="camera" camera="far: 600" position="0 1.6 0" ></a-entity>
<a-entity id="leftHand" hand-controls="hand: left;" blink-controls="cameraRig: #cameraRig; teleportOrigin: #camera; rotateOnTeleport:false;"></a-entity>
<a-entity id="rightHand" hand-controls="hand: right" blink-controls="cameraRig: #cameraRig; teleportOrigin: #camera; rotateOnTeleport:false;"></a-entity>
<a-entity id="screenshot" class="no-pause" screentock visible="false"></a-entity>
Expand Down

0 comments on commit 2fd9d69

Please sign in to comment.