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

bug fix: changed way to specify one-time transformation for Drawable object. #32

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

seagetch
Copy link
Contributor

@seagetch seagetch commented Mar 5, 2023

To show the children of MeshGroup in vertex edit mode, transformation matrix is overwritten in vertex edit mode.
Currently Transform object is passed as temporal transformation, but this way doesn't work correctly when some of the parents node applied T/R/S transformation.
This patch change the way to set one-time transformation overwrite. instead of transformation, mat4 object is directly passed. This solve the problem described here, together with modification to the creator.

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.

None yet

2 participants