implementing orbit behavior between 2D circles #13981
-
Hi, Does the bevy engine already have a plugin that would make it easier to set one 2D Circle to orbit around another 2D Circle (or just x, z)? If we don't have a plugin for that yet what would be the closest code sample (from bevy's examples) that I could use as base start? |
Beta Was this translation helpful? Give feedback.
Answered by
bugsweeper
Jun 24, 2024
Replies: 1 comment
-
I think the most close to orbit is moving sprite example but instead of just move up and down, you should use something like polar coordinate system
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hblzr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the most close to orbit is moving sprite example but instead of just move up and down, you should use something like polar coordinate system