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#?...snippets: Scene scene = new Scene(); var box = new Box(); var node =...node.Material = new LambertMaterial(); var tex = new Texture(); mat...