Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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.
Solved! Go to Solution.
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
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
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
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
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