ModelComponent.MeshInfo Class
Namespace: Stride.EngineAssembly: Stride.Engine.dll
Per-entity state of each individual mesh of a model.
System.Object →
ModelComponent.MeshInfo
Derived from ModelComponent.MeshInfo:
public class MeshInfo
Name | Description | |
---|---|---|
Fields | ||
BlendMatrices | The current blend matrices of a skinned meshes, transforming from mesh space to world space, for each bone. |
|
BoundingBox | The meshes current bounding box in world space. |
|
BoundingSphere | The meshes current sphere box in world space. |
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
Type | Description |
---|---|
Matrix[] |
BoundingBox
The meshes current bounding box in world space.
public BoundingBox BoundingBox
Field Value
Type | Description |
---|---|
BoundingBox |
BoundingSphere
The meshes current sphere box in world space.
public BoundingSphere BoundingSphere
Field Value
Type | Description |
---|---|
BoundingSphere |