1

I would like to know how I can know when my SVF2 translation is complete based on the manifest.

  1. Is there any significant difference between the manifest for an SVF translation versus an SVF2 translation?
  2. For an SVF2 translation, is it sufficient to say the translation is complete when the manifest shows: SVF2 manifest sample
  3. Is there any intermediate stage during an SVF2 translation when the manifest will show outputType: SVF, status: success, progress: complete?

1 Answers1

0

As described on this blog post

The Model Derivative service produces SVF2 derivatives by optimizing and sharing meshes within the same Viewable, and even across multiple Viewables when possible. Because of this optimization, SVF2 format reduces the Viewable storage size and speeds up viewing and loading performance.

We have also this lightning talk with more details.

The best way to know when your translation is ready is through extraction.finished event. Once the translation is complete, you'll receive a notification.

In this case, you need to follow these steps and pass your workflow id to POST Job.

During the translation, you'll also be able to check the progress through the manifest, and once it reaches progress: "complete" you should be able to retrieve your derivatives.

João Martins
  • 388
  • 3
  • 10