Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article will explain how to export your visualizations from AVS/Express using the VRML format and convert them into JSON for viewing online with AVS/Go.

Step 1 - Export VRML from AVS/Express

...

Code Block
<html>
  <head>
    <script src="https://unpkg.com/avs-go"></script>
  </head>
  <body>
    <avs-go-dataviz
      url="<full_url_to_json_file>"
      url-load-json-file>file
      renderer="THREEJS">
    </avs-go-dataviz>
  </body>
</html>

...

Code Block
<html>
  <head>
    <script src="https://unpkg.com/avs-go"></script>
  </head>
  <body>
    <avs-go-dataviz
      url="https://myserver/mydata/express.json"
      url-load-json-file>file
      renderer="THREEJS">
    </avs-go-dataviz>
  </body>
</html>

...

Check out an example here at AVS.com:

https://www.avs.com/examples/avs-go/interact-with-your-avs-express-visualizations-online-with-avs-go/