Merge pull request 'Fixed Stop Distance 0' (#1) from master into Namazu-Dailies-v2
Reviewed-on: guffels/Questionable#1
This commit is contained in:
commit
49ade84737
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,4 +2,5 @@
|
|||||||
bin/
|
bin/
|
||||||
/.idea
|
/.idea
|
||||||
/.vs
|
/.vs
|
||||||
|
/.vscode
|
||||||
*.user
|
*.user
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json",
|
||||||
"Author": "Theo",
|
"Author": "Theo",
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
@ -19,7 +19,8 @@
|
|||||||
"Y": -21.51083,
|
"Y": -21.51083,
|
||||||
"Z": 558.524
|
"Z": 558.524
|
||||||
},
|
},
|
||||||
"StopDistance": 0
|
"MinimumAngle": 90,
|
||||||
|
"MaximumAngle": 270
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -35,7 +36,9 @@
|
|||||||
"X": 609.9794,
|
"X": 609.9794,
|
||||||
"Y": -21.53052,
|
"Y": -21.53052,
|
||||||
"Z": 579.6443
|
"Z": 579.6443
|
||||||
}
|
},
|
||||||
|
"MinimumAngle": 90,
|
||||||
|
"MaximumAngle": 135
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -51,7 +54,9 @@
|
|||||||
"X": 588.3865,
|
"X": 588.3865,
|
||||||
"Y": -20.42655,
|
"Y": -20.42655,
|
||||||
"Z": 561.5663
|
"Z": 561.5663
|
||||||
}
|
},
|
||||||
|
"MinimumAngle": 45,
|
||||||
|
"MaximumAngle": 315
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user