Search code examples
objectcountthree.jspolygonscene

Is there a way to get the number of polygons in a scene?


With three.js , is there a way to retrieve the polygon count of a scene? I did a search, but the only results that pop up at related to actual polygons and whether meshes have too many, etc.


Solution

  • I believe renderer.info.render.faces may be what you're after.