Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi all,
Can anyone have any idea how to display 3d label in experience once we touch the model and it shows technical specification like wise it was shown in KTM bike experience?
Thank you
I do this in my experiences with a popup. First make a popup in the 2D section of your experience. Then back in 3D select the model or model item you want to touch to show this popup. Drag the "Click" event handle onto the popup in the tree.
Then select "Show Popup" as the action.
Now when you touch/click that 3D item it will show your popup. This is the simplest method. If you have a lot of items you want info on you are going to want to use some JS to change the text you show rather than creating a separate popup for each item.