Skip to content
New issue

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

Particle collision #92

Closed
kateyy opened this issue Jan 24, 2014 · 1 comment
Closed

Particle collision #92

kateyy opened this issue Jan 24, 2014 · 1 comment

Comments

@kateyy
Copy link
Collaborator

kateyy commented Jan 24, 2014

Implement an efficient function to get a list of collided particles of the two groups/emitters.

  • let the group calculate its bounding box.
  • check the bounding boxes for collision and call the collusion lua script
  • generate more detailed information as needed, with help of a quad tree
@kateyy kateyy self-assigned this Feb 5, 2014
kateyy added a commit that referenced this issue Feb 5, 2014
kateyy added a commit that referenced this issue Feb 6, 2014
kateyy added a commit that referenced this issue Feb 9, 2014
kateyy added a commit that referenced this issue Feb 9, 2014
good result, if only a single set of colliding particles exists between two particle groups
kateyy added a commit that referenced this issue Feb 9, 2014
@FHorschig
Copy link
Collaborator

Beautiful.

kateyy added a commit that referenced this issue Feb 17, 2014
kateyy added a commit that referenced this issue Feb 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants