Skip to main content
15-Moonstone
January 3, 2022
Solved

Remote pvz file upload

  • January 3, 2022
  • 1 reply
  • 2288 views

I want to create an AR experience starting from a remote pvz resource and not directly uploading the content.

Is it possible? how to?

many thanks

Best answer by pandersson

You can set model source in JS

$scope.view.wdg['model-4']['src']=<url>;

 

I have done it with pvz-files stored in the Thingworx server.

 

Per

1 reply

14-Alexandrite
January 3, 2022

You can set model source in JS

$scope.view.wdg['model-4']['src']=<url>;

 

I have done it with pvz-files stored in the Thingworx server.

 

Per

GianVal15-MoonstoneAuthor
15-Moonstone
January 3, 2022

i'm getting errors embedding the URL. how to write it properly? can you provide me an example?

14-Alexandrite
January 3, 2022

I entered the url as "https://<hostname>:port/Thingworx/<filerepos>/.....?appKey=jkhfsakjahfkj"

When I used Thingworx as filevault.

I tried to stream directly from Windchill but then I got issues on firewalls and other security rules. My phone was not connected to the network where the Windchill server was. 

Per