Hello everyone,
I am currently trying to add custom attributes to an A3DEntity
, but I’m encountering difficulties when trying to export the model to GLTF or GLB format.
What I’m Trying to Do:
- Add custom attributes to an entity in A3D.
- Ensure these attributes are included when the entity is exported to GLTF or GLB.
Code Example:
I have written code to add attributes using the A3DMiscAttributeCreate
and A3DRootBaseSet
functions to attach custom attributes to the entity, but when I try to export it, the attributes are not included in the GLTF/GLB export.
My Question:
Is it possible to add custom attributes to an A3DEntity and ensure they are included in the GLTF/GLB export? If so, could you provide any guidance or point out any necessary steps that I might be missing?
Thank you in advance for your help!