Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. b2Vec2 force = b2Vec2(20,50);
  2. MyBody->ApplyLinearImpulse(force, MyBody->GetPosition(), true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement