Model statistics #3489
-
I wasn't able to find if there is any internal implementation for this. Is there a way to get some basic statistics for the model, like draw calls, polygon count, and number of materials? I have been using the frontend version of: https://github.com/donmccurdy/glTF-Transform but it is overkill for this, and doesn't have some statistics like draw calls. Edit: answer provided in this comment: #3489 (reply in thread) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @BorisKourt, thanks for reaching out. You can use our editor. https://modelviewer.dev/editor/ Once you select or load a model, click on the info button under Validation Report. We use KhronosGroup/glTF-Validator to give such statistics. |
Beta Was this translation helpful? Give feedback.
Hi @BorisKourt, thanks for reaching out. You can use our editor. https://modelviewer.dev/editor/
Once you select or load a model, click on the info button under Validation Report. We use KhronosGroup/glTF-Validator to give such statistics.