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

Physics/collision resolution #58

Merged
merged 56 commits into from
Dec 11, 2018
Merged

Conversation

ArturoKuang
Copy link
Contributor

Feature/Issue

Collision resolution with angular momentum, linear momentum, and interpenetration.

Implementation/Solution

Iterative solution for interpenetration, angular momentum, and linear momentum.

Dependencies (if any?)

  • [ ]

Screenshots/GIF (if applicable)

collision

Tests

  • [ x ] Have you reviewed your own code?
  • Does it pass unit tests?

@ArturoKuang ArturoKuang added P3 Stretch Goal Physics For the physics pod! feature This is feature we are working towards labels Dec 10, 2018
Copy link
Contributor

@BenjaFriend BenjaFriend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove that namespace from the header file and we are good to go

Light Vox Engine/ECS/ComponentManager.h Show resolved Hide resolved
Light Vox Engine/Physics/ContactSolver.h Outdated Show resolved Hide resolved
Light Vox Engine/Physics/RigidBody.cpp Outdated Show resolved Hide resolved
Copy link
Contributor Author

@ArturoKuang ArturoKuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ready for re-review

Copy link
Contributor

@ttanatb ttanatb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 🚢

@ArturoKuang ArturoKuang merged commit 9cc9e84 into development Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This is feature we are working towards P3 Stretch Goal Physics For the physics pod!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants