-1

I am doing Step-by-Step Tutorials of Model Derivative API from Auto Desk-forge. https://forge.autodesk.com/en/docs/model-derivative/v2/tutorials/translate-to-obj/task3-translate-source-file/

Successfully completed task 1 to task 4

Task 3 – Translate Source File screen

However, it is not visible in the viewer.

Viewer result screen

Please provide a solution....

James Z
  • 12,209
  • 10
  • 24
  • 44

2 Answers2

0

Check the console in your browser's dev tools to see if there are any warnings or errors indicating what went wrong.

Also, I'd suggest that you take a look at the basic View Models tutorial on the https://learnforge.autodesk.io website. That one will help you build a complete Forge application where you can upload, translate, and preview your designs via a simple UI.

Petr Broz
  • 8,891
  • 2
  • 15
  • 24
0

To be able to see your model in the viewer, you need to translate your file in SVF or SVF2. In your request, the translation is in obj. Take a look at SVF Translation if you want an example of SVF translation request or follow the learnforge link provided in Petr's answer.

AlexAR
  • 1,052
  • 1
  • 9
  • 15