record TRenderStatistics
Unit
Castle3D
Declaration
type TRenderStatistics = record
Description
Statistics about what was rendered during last frame. You will usually access this by scene manager property, see TCastleAbstractViewport.Statistics.
Overview
Fields
Description
Fields
BoxesOcclusionQueriedCount: Cardinal; |
The number of shapes that were not rendered, but their bounding box was rendered to check with occlusion query. This is always zero when not using occlusion query (see TSceneRenderingAttributes.UseOcclusionQuery). Basically, this measures the "invisible overhead" of occlusion query.
|
|