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

Rasmusgo/floor plane #438

Merged
merged 2 commits into from
Apr 9, 2023
Merged

Rasmusgo/floor plane #438

merged 2 commits into from
Apr 9, 2023

Conversation

rasmusgo
Copy link
Collaborator

@rasmusgo rasmusgo commented Apr 9, 2023

This adds a floor to the simple scene example and fixes the transform of the helmet.

Incidentally, this also serves as a reproduction of #434.

image

@rasmusgo rasmusgo requested a review from kanerogers April 9, 2023 08:44
@@ -23,6 +23,7 @@ pub use glam;
pub use hecs;
pub use hotham_error::HothamError;
pub use id_arena;
pub use rapier3d::na;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is needed for

let collider = Collider::new(SharedShape::halfspace(na::Vector3::y_axis()));

Copy link
Collaborator

@kanerogers kanerogers left a comment

Choose a reason for hiding this comment

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

Nice one! Thanks!

@kanerogers kanerogers merged commit 7fe2021 into main Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants