FlaxEngine icon indicating copy to clipboard operation
FlaxEngine copied to clipboard

Negative scale does not work with colliders

Open MrCapy0 opened this issue 1 year ago • 1 comments

I'm using convex / triangle mesh as collider and i can't inver the collider using negative scale, like (-1, 1, 1) or (1, 1, -1).

https://github.com/FlaxEngine/FlaxEngine/assets/167662176/f6797222-6222-4c37-9c07-60053d2bb63b

Note: I'm using large worlds.

Minimal reproduction project: Model.zip

Flax version: master

MrCapy0 avatar Jun 27 '24 18:06 MrCapy0