intelligide / assimp-unity

Assimp for C# / Unity
https://intelligide.github.io/assimp-unity/
MIT License
32 stars 8 forks source link

BIM Metadata #19

Open AbrarZShahriar opened 9 months ago

AbrarZShahriar commented 9 months ago

Any support for BIM meta data?

Usually BIM ifc or BIM converted to FBX has some sort of metadata. Is any to retrive that and add to each object in the scene.

intelligide commented 9 months ago

Each scene and hierarchy node have a Metadata object (a dictionary accessible with the Metadata property)

AbrarZShahriar commented 9 months ago

I converted ifc to fbx then loaded it in my scene with the sample code from here https://github.com/intelligide/assimp-unity/blob/master/TestProjects/Assimp_URP_Tests/Assets/Scripts/LoadAssimpScene.cs

The meshes where not in any hierarchy and could not see any metadata.