-
Notifications
You must be signed in to change notification settings - Fork 20
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
Resolves #45 - Added example to traverse scene graph #51
Resolves #45 - Added example to traverse scene graph #51
Conversation
319c425
to
60a91a2
Compare
It would be possible to extend the library interface with the |
Thanks for switching over to glam! There are still some problems with the example code. If you could fix them this should be ready to merge. |
Co-authored-by: Zhixing Zhang <[email protected]>
Co-authored-by: Zhixing Zhang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Added example to traverse scene DAG, to display the global position of the voxel at [0][0][0] for each model instance.
Needed to introduce nalgebra for matrix multiplication, I couldn't restrict it to the example, hope it's fine, otherwise there's possibility to just do matrix multiplication manually.
Also added a custom model displaying the axes with multiple models: