Skip to main content
1-Visitor
September 16, 2019
Solved

How to Check Polygon count in Vuforia Studio

  • September 16, 2019
  • 2 replies
  • 1881 views

How can see number of polygon in my scene ? I remember some number shown on right bottom while in preview mode, but now I can't see it. 

Any idea how to enable it. 

Best answer by RolandRaytchev

Hi @Parimal_Sahu ,

 

in Studio you can set the debug logging:

The Scene polygon count is displayed when Vuforia Studio >Settings >Enable debug logging, is enabled

2019-09-16_16-25-36.gif

If you want to check this also in Creo Illustrate -  you review this How to count number of polygons in a pvz file

 

Also, the debugging logging you can set by editing of the builder-setting.json file and add 

"enableDebugLogging": true

But , please, pay attention  to  create  first a backup of this  Documents/VuforiaStudio/builder-settings.json  , set  then the option and restart studio.

But the effect is the same as if you do this with UI therefore is this not recommended

 

2 replies

21-Topaz I
September 16, 2019

Hi @Parimal_Sahu ,

 

in Studio you can set the debug logging:

The Scene polygon count is displayed when Vuforia Studio >Settings >Enable debug logging, is enabled

2019-09-16_16-25-36.gif

If you want to check this also in Creo Illustrate -  you review this How to count number of polygons in a pvz file

 

Also, the debugging logging you can set by editing of the builder-setting.json file and add 

"enableDebugLogging": true

But , please, pay attention  to  create  first a backup of this  Documents/VuforiaStudio/builder-settings.json  , set  then the option and restart studio.

But the effect is the same as if you do this with UI therefore is this not recommended

 

17-Peridot
September 16, 2019

Hello,

 

It is possible to count polygons of a 3D Model in Creo Illustrate as described here :

https://community.ptc.com/t5/Vuforia-Studio/How-to-count-number-of-polygons-in-a-pvz-file/m-p/520970

 

Chrome web browser has a more complex tool to see Draw Calls.

I didn't check more deeply but I would recommend a look about this tool :

https://google.github.io/tracing-framework/index.html

 

It can be very useful too.

 

Best regards,

Samuel