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
I have a gltf model that can control the whole drag. At present, I think I can control the drag of sub models in the model. I didn't think of a good scheme
The text was updated successfully, but these errors were encountered:
You might try something like https://www.npmjs.com/package/aframe-gltf-part-component to break up the gltf model into separate entities that can each be draggable. If you nest the submodel entities within the larger model entity, the super-hands will handle both dragging them all together when you move the whole model and moving the individual parts when you grab them
I have a gltf model that can control the whole drag. At present, I think I can control the drag of sub models in the model. I didn't think of a good scheme
The text was updated successfully, but these errors were encountered: