google / liquidfun

2D physics engine for games

Home Page:http://google.github.io/liquidfun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Applying force or impulse to individual particles?

denisk20 opened this issue · comments

Want to make sure I'm not missing it: there is no way to manipulate individual particles (applyForce, applyImpulse), only particle groups, correct?

NVM, I have misread the docs -- it's clearly possible for individual particles.