Currently, I’m making a AR game for school assignment.
It is possible for two 3D objects collide to each other in screen space based on their screen space position since they have only the same x-axis.
From this picture, the bottle is dropping from the top when the target marker is recognized.
What I want to do is to destroy the bottle when it “touches” the object on target marker.