IModelCounts

Description

interface Tinman.Engine.Models.IModelCounts

Base interface for counting vertices, indices and primitives.

Public / Attributes

Count​Geometry


public attribute CountGeometry → (get)

value : Vec3I

Vec3I.X : the total number of vertices, see IModelGeometry.VertexCount
Vec3I.Y : the total number of indices, see IModelGeometry.IndexCount
Vec3I.Z : the total number of primitives, see PrimitiveBatch.Primitives

Counts vertices, indices and primitives.