You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason why the root is empty is
Since glTF allows multiple roots,
This was to make it possible to import glb with multiple roots created by other apps.
If you export root as a node,
The next time you import, empty will be added to root (import <=> export will change the hierarchy).
We do not plan to take any measures against this.
https://vrm.dev/en/gltf/root_node/
The reason why the root is empty is
Since glTF allows multiple roots,
This was to make it possible to import glb with multiple roots created by other apps.
If you export root as a node,
The next time you import, empty will be added to root (import <=> export will change the hierarchy).
We do not plan to take any measures against this.
https://vrm.dev/gltf/root_node/
root を empty にしているのは、
glTF が複数 root を許しているので、
他のアプリで作成した複数 root の glb を import することを可能にするためでした。
root をノードとして export すると、
次にインポートしたときは empty が root に付加されます(import <=> export で構成がずれる)。
これに対しては対策しない予定です。
The text was updated successfully, but these errors were encountered: