I’m using C# SDK to manipulate 3D model and would like to convert it to GLTF. However, I’m also looking to add “extras” attribute to some specific nodes.
How can I do this with C#?...scene = new Scene(); var box = new Box(); var node = scene.RootNode...RootNode.CreateChildNode("box", box); var mat = node.Material =...