We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if lineRect use 'getSymmetric' , and then sometimes particle move following line.
it is happened direction changed if particle do not go outside of line checking(this.getDistance(p.x, p.y) <= radius) when next frame
and then particle is moved following on line
how do check changed direction
i think direction is changed , there is one more checking about it's changed
The text was updated successfully, but these errors were encountered:
When I set LineZone upper particles, i got wrong result ..
Sorry, something went wrong.
No branches or pull requests
if lineRect use 'getSymmetric' , and then sometimes particle move following line.
it is happened direction changed if particle do not go outside of line checking(this.getDistance(p.x, p.y) <= radius) when next frame
and then particle is moved following on line
how do check changed direction
i think direction is changed , there is one more checking about it's changed
The text was updated successfully, but these errors were encountered: