How we can stop moving front of object?

Hi, I made VR gallery with lots of painting.
What I want to do is… when I click the extention( Icon ), camera moving stop front of painting and show the information popup window. There is no problem to showing popup display but I don’t know how to moving stop front of painting. Please give some guide.

To achieve this you need to:

  • In the Viewer tab add a new view where camera is placed in front of the painting. If you don’t want such view to be visible in the view menu you can use the Hide from menu checkbox.
  • Add HTML Label extension and configure it to show the information popup, but leave the trigger property empty.
  • Add Swtich to view extension and configure it to switch to the view added in the step one, also leave the trigger property empty.
  • Add Multi trigger extension and configure it to trigger both HTML Label and Switch to view. This extension should have the trigger property set.
2 Likes

I want a pop-up window to appear when I arrive at the view.

wow Thank you really so much !!! :smiling_face_with_three_hearts: