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

Collision system does not account for possible edge cases in vanilla data #20

Open
S41L0R opened this issue May 28, 2022 · 1 comment
Open
Labels
Baked Collision bug Something isn't working minor

Comments

@S41L0R
Copy link
Contributor

S41L0R commented May 28, 2022

The baked collision rebuilder does not account for situations where:

  1. A ShapeInfo is referenced by an ActorInfo but has a value of -1 for m_actorInfoIndex. The index is currently updated. It is unknown whether this has harmful effects or not.
  2. A shape instance has an offset transform compared to an actor instance. Offsets are currently discarded, and it is unknown whether this ever occurs in game.
@S41L0R S41L0R added bug Something isn't working minor Baked Collision labels May 28, 2022
@S41L0R
Copy link
Contributor Author

S41L0R commented Jun 13, 2022

Null m_actorInfoIndex now supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Baked Collision bug Something isn't working minor
Projects
None yet
Development

No branches or pull requests

1 participant