Deep copy of vsg::Node #1404
Unanswered
avilkinnick
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am loading GLTF model, that uses only 2 materials for all meshes, but I need to dynamically change color of material for some meshes. Now when I get material and try to change it's color, it changes color of entire model because meshes reference to same material. How can i programmatically deep copy material?
Beta Was this translation helpful? Give feedback.
All reactions