You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a project where setting/updating the name of the child name is important.
I am proposing adding a function to set the name as member of the glTFChildOfRootProperty struct.
Hello,
I am working on a project where setting/updating the name of the child name is important.
I am proposing adding a function to set the name as member of the glTFChildOfRootProperty struct.
Affected file: GLTFSDK/Inc/GLTFSDK/GLTF.h
304: struct glTFChildOfRootProperty : glTFProperty
305: {
306: std::string id;
307: std::string name;
...
320: + public:
321: + void setName ( std::string newName ) { name = newName; }
322: };
If you need more information, do not hesitate to contact me.
Thank you !
Christian
The text was updated successfully, but these errors were encountered: