Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var pivot =
- bodyVariables("b1")
- + bodyVariables("b2")
- + "
- vector anchor1
- vector anchor2
- let r1 = relative b1.rot anchor1 in
- let r2 = relative b2.rot anchor2 in
- (r2 + b2.pos) - (r1 + b1.pos)
- ";
Advertisement
Add Comment
Please, Sign In to add comment