Table of Contents

Class ModelComponent.MeshInfo

Namespace
Stride.Engine
Assembly
Stride.Engine.dll

Per-entity state of each individual mesh of a model.

public class ModelComponent.MeshInfo
Inheritance
ModelComponent.MeshInfo

Fields

BlendMatrices

The current blend matrices of a skinned meshes, transforming from mesh space to world space, for each bone.

public Matrix[] BlendMatrices

Field Value

Matrix[]

BoundingBox

The meshes current bounding box in world space.

public BoundingBox BoundingBox

Field Value

BoundingBox

BoundingSphere

The meshes current sphere box in world space.

public BoundingSphere BoundingSphere

Field Value

BoundingSphere