ModelRendererStats
Description
Statistics of model geometry rendered with a ModelRenderer.
Public / Attributes
ModelCount
The total number of IModel objects that have been visited directly or indirectly by ModelRenderer.Render.
This values gives an indication of the complexity of the model hierarchy.
PrimitiveCount
The total number of rendered primitives, taking into account geometry instancing (see IModel.UseGeometryInstancing).
This values gives an indication of the complexity of the rendered geometry.
StateGeometry
The total number of render state changes because of different model geometry (see IModelGeometry).
StateMaterial
The total number of render state changes because of different model materials (see IMaterial).
StatePass
The total number of render state changes because of different shader technique passes (see IRenderEffectBase.Pass).