Skinning vertex data with two joint transform indices and weights.
View code on GitHub
Namespace: DeltaEngine.Graphics.VerticesAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SkinningData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SkinningData | Initializes a new instance of the SkinningData class |
Methods
Name | Description | |
---|---|---|
![]() | Lerp |
Fields
Name | Description | |
---|---|---|
![]() | FirstIndex | |
![]() | FirstWeight | |
![]() | SecondIndex | |
![]() | SecondWeight |
See Also