Fyrox icon indicating copy to clipboard operation
Fyrox copied to clipboard

Physical colliders does not take global scaling into account

Open DuckEater54 opened this issue 3 years ago • 1 comments

So I finally got back to using the engine, this is with the most recent fyrox-template official crates.io release. I have found that when creating a

Rigid Body
|----Cube
|----Collider

and then resizing the RB, the Cube mesh changes in size appearance, but the Collider doesn't. Any idea why? Has this been fixed? Am I meant to resize it myself?

Also it doesn't feel like the the < does anything? Isn't it meant to make the current node alike to the parent in the way that the row of information containing < is the same.

DuckEater54 avatar Sep 20 '22 11:09 DuckEater54

This is known issue, colliders does not take their global scaling into account. It should be relatively easy to fix though, meanwhile you should set size of your collider manually.

mrDIMAS avatar Sep 20 '22 17:09 mrDIMAS