-
Notifications
You must be signed in to change notification settings - Fork 11
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
Maintain Node names in GLTF Serializer 2 export #6
Comments
I fail to see why the project structure is relevant for this issue, maybe I am missing something? You should pass only the roid of the last revision of the specific subproject to the download call. glTF2 is meant to be used for asset transfer, where assets are defined as geometry and everything required to render it. It is not meant to transfer the semantics of a model (like the name of an object). So if you want to do analytics, I'd go for a different kind of format (like IFC). |
Hello @fral8 Good afternoon, have you find any solution to link GLTF nodes to the original names? |
Good evening,
I'm working on BIMServer Version: BIMserver 1.5.120
My project Structure is:
* \SubProject1
* \SubProject2
Basically I want to download only "SubProject1" using "GLTF Serializer 2" maintaining the name of all nodes.
As you can see in the figure I have my node structure (For example the first node that I want to maintain is Muro di base: mattonelle: 3176...) that I need for my successive analysis.
In download phase I submit the payload as:
Setting query field as the previous code, it doesn't work and all the nodes have name: "Node0", "Node1", .....
How I can perform it?
Regards,
F.
The text was updated successfully, but these errors were encountered: