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

Scene manager and scenegraph data structure to manage the objects that exist in your game. #114

Open
tolstenko opened this issue Dec 13, 2022 · 0 comments

Comments

@tolstenko
Copy link
Collaborator

tolstenko commented Dec 13, 2022

  • In the scenegraph use the input system to move a physics object around (i.e. player, which could be just a simple axis aligned bounding box, AABB, in the physics world) by applying forces to it, and in rendering side draw the model at the position that the physics engine simulated the player box moved to.
@tolstenko tolstenko moved this to 🆕 New in MoBaGEn Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: 🆕 New
Development

No branches or pull requests

1 participant