vanderlin / ofxBox2d

Openframework wrapper for box2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxBox2dBaseShape.setDamping() doesn't use b2body.linearDamping

noio opened this issue · comments

setDamping() only applies damping once. This is really unintuitive, especially for box2d users because Box2D has a built in damping parameter...

agree, fixed this syntax with new updates to follow Box2d. Also trying to remove the redundant functions and just have people access the b2Body.