Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.