Create a line pointer that tracks with a 3d object?

Is this possible ? I basically have a 3d object that animates up in the z access when the user presses on the plane. Once the object is up is there a way to have a lined pointer appear that tracks as you move rounf the 3d object ? basically this line needs to connect to a hotspot that when pushed brings up information.

Hope I have explained this in enough detail.

Similar to this: https://www.youtube.com/watch?v=4EFqZzVTeT0

But with lines to the information hot spots.

Hay @steve.wilson do you still need help with this? Sorry just saw no one helpped you.

If so, do you need the 3d object when in Z access to be able to be moved like the demo video?
Also are you asking for the pointer to come from the bottom of your screen to a center point on the screen then you look around the 3d object?

Steve

Hi again @steve.wilson,

Studio doesn’t currently support pointer events on 3D models, but you can use an invisible plane layered on top of the model to simulate this functionality.

You could then make use of the pointer functions I mentioned in your other topic, to perform actions based on the pointer’s position.

Scrollable Content

Hope this helps.

Thanks,
Seb