Bevyの座標系2022-05-02 公開約 1 分Markdownで開くRustBevy3DBevyでは座標系として、Y軸上向きの右手系が使われている。 これはMayaやGodot、Minecraftなどとは同じだが、UnityとはZ軸の正負が逆となっている。 軸符号向きX+右X-左Y+上Y-下Z+後Z-前 参考リンク https://github.com/bevyengine/bevy/discussions/1979 https://github.com/bevyengine/bevy/blob/main/crates/bevy_transform/src/components/transform.rs https://docs.rs/bevy/latest/bevy/transform/components/struct.Transform.html https://bevy-cheatbook.github.io/features/coords.html