android-3D-model-viewer
android-3D-model-viewer copied to clipboard
How to Remove the already added Object3DData ? How to basically detect that user tapped on already same position?
Hello @abhishekthanvi8 The bounding box feature uses double tap on same object feature. Please check it I think implementation is in TouchController or SceneLoader Task
In SceneLoader class you have a List with all objects in the Scene. You can remove by reference.
If you still need help feel free to ask