Loading saved gltf scenes do not show hierarchy properly as Controls.svelte 'List of objects' consider nested elements only for object Groups, whereas it should treat the same Object3D and Mesh elements as they also could have nested elements. Objects.svelte is the main component which responds for this functionality, so likely it has to be changed to implement this change.
Loading saved gltf scenes do not show hierarchy properly as Controls.svelte 'List of objects' consider nested elements only for object Groups, whereas it should treat the same Object3D and Mesh elements as they also could have nested elements. Objects.svelte is the main component which responds for this functionality, so likely it has to be changed to implement this change.