Class ModelComponent.MeshInfo
Per-entity state of each individual mesh of a model.
public class ModelComponent.MeshInfo- Inheritance
- 
      objectModelComponent.MeshInfo
Fields
BlendMatrices
The current blend matrices of a skinned meshes, transforming from mesh space to world space, for each bone.
public Matrix[] BlendMatricesField Value
- Matrix[]
BoundingBox
The meshes current bounding box in world space.
public BoundingBox BoundingBoxField Value
BoundingSphere
The meshes current sphere box in world space.
public BoundingSphere BoundingSphere