• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Question Is there a way to display polygon count in a model/CUA?

VRmatt

Active member
Joined
Jul 9, 2022
Messages
285
Solutions
1
Reactions
56
Curious if there is a plugin I can apply that will give me a polygon count?
I find that I can download 2 models that are very similar (a coffee cup) and one will have 1mil, while the other is 50 polygons.
I'd like to know what impact the CUA has on my scene.
Thanks!
 
I don't think there is yet. However, there is a assetbundle extractor that you could use to import those objects into Unity and get a better idea of how complex the model is.

If you don't want to do that I went ahead and made a vertices performance test assetbundle where I just subdivided a cube over and over into increasingly higher vertice counts. The number of vertices is listed in the object name within the assetbundle.

Hope it helps.
 
Upvote 0
Back
Top Bottom