Start a new topic

Export project data as Json from Wikitude

Is it possible to generate from a Wikitude Studio project a Json containing all the information of the models and target in a project in a structured way? Like in this example:


data: { 

 "name_of_the_target":

  {

    "name_of_the_model":

    {

      "scale":

      {

        "x": 0.0138,

        "y": 0.0138,

        "z": 0.0138

      },

 

      "rotate":

      {

        "x": 313,

        "y": 270,

        "z": 270

      },

 

      "translate":

      {

        "x": 0.394,

        "y": 0,

        "z": 0.139

      }

    },

    "name_of_another_model":

    {

      "scale":

      {

        "x": 0.0138,

        "y": 0.0138,

        "z": 0.0138

      },

      "rotate":

      {

        "x": 313,

        "y": 270,

        "z": 270

      },

      "translate":

      {

        "x": 0.394,

        "y": 0,

        "z": 0.139

      }

    }

}

1 Comment

Hi,


The code of a project created with the Wikitude Studio Editor can't changed. If you wish to have more freedom and create more interactive experiences, you'd need to create the complete AR experience using the SDK. To get further details on how you could implement the experience(s), the best way to start is to check out the sample app which comes with the SDK download package together with the respective documentation section.


Each section includes a set-up guide, which helps you set up your project.


Greetings


Nicola

Login or Signup to post a comment