i m trying to understand how a scene is structured and where are object . i ve seen, when i add an object which has directly created with Three , that scene.children.length increase. So i ve understood that if i want to deal with an object i can use scene.children[ i ] .
now if i add object which is imported with gltf , everything work very well , i can see objet in web page , but i can’t found it in the scene , cause after i have added my object , the scene.children.length don’t increase . So i dont know where object imported with gltf are . question where are there ?
thank