Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solar #150

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Solar #150

wants to merge 2 commits into from

Conversation

Licini
Copy link
Collaborator

@Licini Licini commented Aug 25, 2022

A practice to create a "mini solar system" example with object hierarchies. Turned out to be not as straight forward as I thought, especially when children object needs to inherent translation but not rotation, since each celestial body suppose have "globally" static rotation axis. Anyway a interesting experiment for rethinking our api design

image

@Licini Licini requested a review from tomvanmele August 25, 2022 17:46
@tomvanmele
Copy link
Member

cool!

would this not become a lot easier if every object had its own local frame?
the movement of child objects would then be relative to that frame, while the movement of the object itself (for example a rotation) would be relative to this frame as well...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants