google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.91k stars 1.2k forks source link

Unable to select children of a glb model #1611

Open gptshubham595 opened 9 months ago

gptshubham595 commented 9 months ago

Hi, I'm working with a 3d model glb file, issue is the glb model is having model with different children's nodes. Like a badge model is having nameplate children.

But I'm unable to select a specific children. I tried debugging a lot but everytime I get in a loop of 3 children present naming camera, sun, complete Model.

I am unable to find these childrens. It seems Arcore glb treats complete Model as single model instead of made with children's? Is it so?