we want to set custom JSON attached to an object and get it in the “extras” property of a node or mesh in the exported glTF.
To do so, I tried to set custom extra information attached to object in 3DSMax in the (right click) “object properties” -> “user defined” UI. This feature allow to set free text, and there is already a line filled by babylonJS setting a guid.
I added the line following line:
“extras”: { “my_prop”:“the_value”, “another_prop”: true}
but it is not exported in glTF.
Is there a way to do this, or it may be a feature request?