FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.48k stars 339 forks source link

Sphere look like cube in play mode #657

Closed kkolyan closed 1 week ago

kkolyan commented 1 week ago
  1. create Mesh -> Sphere
  2. launch game

Expected that it is a sphere, but it will appear like a cube.

Also, if this mesh has a parent RigidBody and sibling Ball Collider, resulting object slides instead of roll. Like it has axes locked.

Affected Fyrox rev: 9e6673c