Get various scene statistics
<scene>.getStats() |
Attribute | Description |
vertexCount | The number of vertices encountered |
primitiveCount | The number of primitives (triangles, polygons, lines, points) encountered |
drawableCount | The number of drawables encountered |
transformCount | The number of transform nodes encountered |
nodeCount | The number of nodes encountered |
textureCount | The number of unique textures encountered |
textureBytes | Total memory usage of all unique textures, in bytes |