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
Hello,
I'm having an issue where when picking a collada object, getId() won't return its #id, but the name of the instance geometry of the model. I was wondering if that's intentional or a bug. Meshes, MD2 models pick the right ID.
Thank you in advance,
John
The text was updated successfully, but these errors were encountered:
I'd like to add that it actually makes sense for getId() to return the instance geometry. The only issue I see, is that having one model multiple times, will return the very same ID for everyone of them. Is there a function or something to ensure the "uniqueness" of the picked model?
Hello,
I'm having an issue where when picking a collada object, getId() won't return its #id, but the name of the instance geometry of the model. I was wondering if that's intentional or a bug. Meshes, MD2 models pick the right ID.
Thank you in advance,
John
The text was updated successfully, but these errors were encountered: