Skip to main content
1-Visitor
September 14, 2019
Question

Vuforia studio CAD optimisation

  • September 14, 2019
  • 1 reply
  • 2046 views

Could anyone explain if there is a way to set it that when you tick CAD optimisation when importing CAD it will only do the high and medium optimisation and not the low. My models are large and they get stuck on the low optimisation, so I want to remove it.

 

can I edit a file in the vuforia directory for instance?

1 reply

16-Pearl
September 16, 2019

The file you want to edit is C:\Users\<username>\Documents\VuforiaStudio\Projects\node_modules\cad-import-filters\import_filters\recipe\pvaroptimizer.pvr

 

At the bottom of this file is the entry for the number of fidelity options: adapter/numOfFidelityOpts=3 and then the definition of each.  So you could just change numOfFidelityOpts=2 and then it will leave out the last one which is the Low quality option.

 

Note that after a Studio update, you'll probably need to re-edit this file.

1-Visitor
September 16, 2019

Thank you for replying, I have changed the text to read numOfFidelityOpts=1 and it still does high, medium and low (getting stuck on low).

 

i shutdown vuforia and restarted and still the same issue. Does it always use the c drive scripts or could it be going online for them?

16-Pearl
September 16, 2019
You could try and delete the medium and low entries altogether from the file