Skip to main content
1-Visitor
July 10, 2017
Question

3D model viewer extension

  • July 10, 2017
  • 2 replies
  • 2948 views

Has anyone gotten the 3D Model Viewer Extension to work? I cannot seem to get it running with a .fbx file.

2 replies

5-Regular Member
July 11, 2017

Hi Rami, could you share with us what sort of an issue you are running into with the .fbx file?

rmasoud11-VisitorAuthor
1-Visitor
July 11, 2017

I am trying to use the 3D Model Viewer widget and am not able to view the model. The mashup is just blank with no errors.blank.PNG

5-Regular Member
July 11, 2017

Are there also no errors in the Application.log for ThingWorx when you are attempting to load the model?

5-Regular Member
July 24, 2017

You need to set the model to display.


The model can be placed on any HTTP server. The idea here is that the widget makes a GET request to get the model, so the url for ModelUrl needs to be something that can receive GET requests and answer directly with the file. Putting it on Google drive may not work (haven't tested it though) since when you click on a google drive link you usually land at a google page and only after that you click download. Personally I recommend putting it on the same server that hosts Thingworx. Also, you can host the models directly in Thingworx, by uploading them into a FileRepository, or as Media Entities.