Skip to content

Commit

Permalink
Adjusting camera position. Cubes are too far (aframevr#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos authored and ngokevin committed Aug 15, 2016
1 parent 8be5553 commit f14d89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/showcase/tracked-controls/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<a-entity hand-controls="right" aabb-collider="objects: .cube;" grab></a-entity>

<!-- A-Frame cubes -->
<a-entity position="0 0 -4">
<a-entity position="0 0 -1">
<a-entity class="cube" mixin="cube" position="0.30 1.65 0"></a-entity>
<a-entity class="cube" mixin="cube" position="0 1.95 0"></a-entity>
<a-entity class="cube" mixin="cube" position="-0.30 1.65 0"></a-entity>
Expand Down

0 comments on commit f14d89a

Please sign in to comment.