idk if this will be useful to anyone but i think it would've been to me?
commited
commit
d6358c51bd8f162722b8727afbca99f1ab3a5f12
... | ... | @@ -1,3 +1,8 @@ |
1 | Changes a constraint's angular limits. Set the lower limit higher than the upper limit for completely un-limited movement. |
|
1 | Changes a constraint's angular limits. Set the lower limit higher than the upper limit for completely unlimited movement. |
|
2 | ||
3 | Examples: |
|
4 | - Lower 0,0,0 and Upper 180,0,0 allows the part to rotate up to 180 degrees (half of a full rotation) in one direction around the X axis (the right arrow when looking from the top down), similar to a lever |
|
5 | - Lower 0,0,-360 and Upper 0,0,360 allows the part to rotate up to a full turn in both directions around the Z axis (the up arrow), similar to a steering wheel |
|
6 | - Lower 0,1,0 and Upper 0,0,0 allows the part to rotate freely around the Y axis (height), similar to a fidget spinner |
|
2 | 7 | |
3 | 8 | [[/uploads/Angularlimits.png]] |
... | ... | \ No newline at end of file |