Skip to content

Commit

Permalink
Merge pull request #578 from jf-kelly/gridFix
Browse files Browse the repository at this point in the history
Changed scale of the grid so that it lines up with positioning
  • Loading branch information
Bryan Montalvan authored Jun 28, 2022
2 parents eb9700a + a583e3b commit 8710a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structural/View.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ class View extends Component {
if (this.props.sceneConfig.settings.showCoordHelper) {
return (
<Fragment>
<a-grid height="53.33" width="53.33" position="-0.5 -0.26 -0.5" scale="1.5 1.5 1.5" material="shader:flat;" gridmaterial/>
<a-grid height="53.33" width="53.33" position="-0.5 -0.26 -0.5" scale="1.4 1.4 1.4" material="shader:flat;" gridmaterial/>
<a-tube path="-35 -0.2 0, 35 -0.2 0" radius="0.05" material="color: red; shader:flat;"></a-tube>
<a-tube path="0 -0.2 -35, 0 -0.2 35" radius="0.05" material="color: blue; shader:flat;"></a-tube>
<a-tube path="0 -35 0, 0 35 0" radius="0.05" material="color: green; shader:flat;"></a-tube>
Expand Down

0 comments on commit 8710a60

Please sign in to comment.