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

Set child name (rootProperty) #60

Open
tulvanchristian opened this issue Sep 22, 2020 · 1 comment
Open

Set child name (rootProperty) #60

tulvanchristian opened this issue Sep 22, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tulvanchristian
Copy link

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

@bghgary
Copy link
Contributor

bghgary commented Sep 22, 2020

Same for this. Please create a PR to discuss the addition. Thanks!

@bghgary bghgary added enhancement New feature or request help wanted Extra attention is needed triaged labels Dec 7, 2023
@thomlucc thomlucc removed the triaged label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants