android-3D-model-viewer icon indicating copy to clipboard operation
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?

Open abhishekthanvi8 opened this issue 4 years ago • 1 comments

abhishekthanvi8 avatar Nov 04 '20 07:11 abhishekthanvi8

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

andresoviedo avatar Jan 12 '21 18:01 andresoviedo