petrbroz / svf-utils

Utilities for working with the SVF file format used by Autodesk Platform Services.
https://petrbroz.github.io/svf-utils/
MIT License
126 stars 54 forks source link

set node 'name' to the dbId #3

Closed wallabyway closed 5 years ago

wallabyway commented 5 years ago

great idea from Piro, use gltf's standard 'name' for the dbid.

The nice benefit of this, is that it works with existing Unity glTF loaders, with the benefit of showing a nice list of IDs in the Unity's tree view, instead of just the word 'node'.

petrbroz commented 5 years ago

Great idea!

And the transparent material - is it supposed to be a part of this PR as well?

petrbroz commented 5 years ago

@wallabyway next time let's keep individual features in separate PRs.