Skip to content

Commit

Permalink
Configuration adjustments for wheel loader buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
scfmod committed Jan 2, 2022
1 parent 55b95e3 commit 241a504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configurations/shovelLeveler_overtippingBucket.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<node x="0.388" y="0" z="0" />
<node x="1.35" y="0" z="0" />
</terraformNodes>
<collisionNodes x="0" y="0" z="0.15">
<collisionNodes x="0" y="0" z="0.25">
<node x="-1.35" y="-0.1" z="-1.2" />
<node x="0" y="-0.1" z="-1.2" />
<node x="1.35" y="-0.1" z="-1.2" />
Expand Down
6 changes: 3 additions & 3 deletions configurations/shovelLeveler_wheelLoaderShovel.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<configuration>
<i3d rootNodePath="0>" x="0" y="0" z="1.2">
<terraformNodes x="0" y="0" z="0.15">
<i3d rootNodePath="0>" x="0" y="0" z="1">
<terraformNodes x="0" y="0" z="0">
<node x="-1.35" y="0" z="0" />
<node x="-0.388" y="0" z="0" />
<node x="0.388" y="0" z="0" />
<node x="1.35" y="0" z="0" />
</terraformNodes>
<collisionNodes x="0" y="0" z="0.15">
<collisionNodes x="0" y="0.2" z="0">
<node x="-1.35" y="-0.1" z="-1.2" />
<node x="0" y="-0.1" z="-1.2" />
<node x="1.35" y="-0.1" z="-1.2" />
Expand Down

0 comments on commit 241a504

Please sign in to comment.