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

Feat: Default Shape at Physics Level. #65

Open
DennisSmolek opened this issue Apr 13, 2024 · 0 comments
Open

Feat: Default Shape at Physics Level. #65

DennisSmolek opened this issue Apr 13, 2024 · 0 comments

Comments

@DennisSmolek
Copy link
Collaborator

Rapier allows you to specify the default collider at the physics level.

We could do the same in two ways:

  1. Shape property on the Physics Component <Physics shape={'box'} />
  2. And in the BodySystem bodySystem.defaultShape = 'sphere';
@DennisSmolek DennisSmolek added this to the 1.0 Feature Parity milestone Apr 13, 2024
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

No branches or pull requests

1 participant