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

Add ability to apply forces on physics entities #255

Merged

Conversation

Nicolas-Ferre
Copy link
Member

Closes #90

@Nicolas-Ferre Nicolas-Ferre added the type: enhancement New feature or request label Nov 5, 2023
@Nicolas-Ferre Nicolas-Ferre self-assigned this Nov 5, 2023
@Nicolas-Ferre Nicolas-Ferre linked an issue Nov 5, 2023 that may be closed by this pull request
Copy link

codecov bot commented Nov 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (366fb84) 100.00% compared to head (fa7f162) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #255   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          133       133           
  Lines         8821      8834   +13     
=========================================
+ Hits          8821      8834   +13     
Files Coverage Δ
crates/modor_physics/src/components/collider.rs 100.00% <100.00%> (ø)
crates/modor_physics/src/components/dynamics.rs 100.00% <100.00%> (ø)
crates/modor_physics/src/components/pipeline.rs 100.00% <100.00%> (ø)
crates/modor_physics/src/components/transform.rs 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nicolas-Ferre Nicolas-Ferre merged commit 4080759 into main Nov 5, 2023
@Nicolas-Ferre Nicolas-Ferre deleted the 90-add-ability-to-apply-forces-on-physics-entities branch November 5, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

Add ability to apply forces on physics entities
1 participant