SVF2 Public Beta - Models are not translated to SVF2

197 Views Asked by At

i just tried the SVF2 public beta. I tried the translation on four models, but none of them worked. They are still in svf format and my cloud credits have been deducted.

As explained in the documentation, i just changed the output.formats.type to "svf2".

 const job = {
    input,
    output: {
      //force: true,
      formats: [
        {
          views: ["2d", "3d"],
          type: "svf2",
        },
      ],
    },
  },

I am using node.js sdk version:

"forge-apis": "^0.7.3",

Viewer Version 7.29 with the init options:

 const viewerEnv = await this.initialize({
      // useConsolidation: true,
      // env: dbModel.env,
      // edgeRendering: true,
      // lightPreset: "Boardwalk",
      // envMapBackground: true,
      // getAccessToken: function(onGetAccessToken) {
      //   onGetAccessToken(accessToken, expireTimeSeconds)
      // }
   env: "MD20ProdUS",
   api: "D3S",
 });

I checked the output-format with: enter image description here

For all four translations, the translation-progress callback stopped between 90-98%. I never reached the 100% callback, but all models are translated.

1

There are 1 best solutions below

2
On BEST ANSWER

we have not updated the node.js SDK yet for SVF2, so I suspect even with those changes, it may be reverting to SVF.