Disabling Teleport when click 3D object

Hi,

We are using a 3D object placed at the camera’s height and pinned to the wall. We have an issue where when the user clicks the 3D button the camera does the teleport animation towards it.

You can check the behaviou on this video: ClickUp

Is there a way to disable this behaviou while keeping it working for the floor plane?

Thanks!

Are these 3D buttons extension triggers? Or are they your own objects on which you use the onNodeTypeClicked API function? In the latter case, does your handler return true to prevent further event processing?

1 Like

Thanks doing the return true solved it

1 Like