Closed andy013 closed 1 year ago
If a hitbox extends outside the models bbox then traces will go straight through.
The hitbox should register a hit.
https://github.com/sboxgame/issues/assets/10728824/487dcf51-23a6-4f46-b26a-19ddce9d17ed
No response
I fixed it by using SurroundingBoundsMode = SurroundingBoundsType.Hitboxes on the model.
SurroundingBoundsMode = SurroundingBoundsType.Hitboxes
Describe the bug
If a hitbox extends outside the models bbox then traces will go straight through.
To Reproduce
Expected behavior
The hitbox should register a hit.
Media/Files
https://github.com/sboxgame/issues/assets/10728824/487dcf51-23a6-4f46-b26a-19ddce9d17ed
Additional context
No response