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(physics): Add extra colliders to jump_through tiles for collision with dynamics #931

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

MaxCWhitehead
Copy link
Collaborator

@MaxCWhitehead MaxCWhitehead commented Mar 23, 2024

define some collision info for jump through wood tiles, used to create accurate colliders for collision with ragdoll / dynamics.

The standard tile is still there for all intents and purposes. If there is an extra collider defined, this collider is also added, and is set to solver group such that dynamics will collider with it.

  • This additional collider is not used for collision events.
  • if additional collider is present, original tile collider no longer has solver group for collisions.

This fixes dynamics colliding with the invisible chunk on thin tiles such as jump through wood.

I think we're done with the trickle of auxiliary features and next PR should be ragdolls 😆

@MaxCWhitehead
Copy link
Collaborator Author

looks like I messed up PR trying to merge main to fix cargo.lock - will fix

@MaxCWhitehead
Copy link
Collaborator Author

looks like I messed up PR trying to merge main to fix cargo.lock - will fix

Ok fixed

@zicklag zicklag added this pull request to the merge queue Mar 24, 2024
Merged via the queue into fishfolk:main with commit a064cb3 Mar 24, 2024
7 of 8 checks passed
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