Creating Interactions in the Vorld

To create interactions in your Vorld you will have to modify a few things in your 3D assets and create a configuration file that gives details of what you wish to populate inside the Interactions.

  1. Figure out which parts of the Vorld you want the users to interact with and separate the meshes of those 3D asset. Lets assume for a minute you have 2 simple popups, 2 media popups.

  2. Rename the mesh that you would like to be interacted with as "simple_interaction_1", "simple_interaction_2", "media_interaction_1", "media_interaction_2"

  3. Create a text file called "interactions.txt"

  4. Add the following to the text file and save it "simple_interaction_1" "title" = Title of the Popup "text" = Description text of the Popup "link" = URL of the link you would like the button interaction to open "simple_interaction_2" "title" = Another Title "text" = Another Description text "link" = URL of the link you would like the button interaction to open "media_interaction_1" "media_filename" = sampleimage.jpg "media_interaction_2" "media_filename" = samplevideo.mp4

  5. Save the text file with all the dependent image and video files in a separate folder called "interactions"

Last updated