SkinningData StructureDelta Engine Documentation
Skinning vertex data with two joint transform indices and weights. View code on GitHub

Namespace: DeltaEngine.Graphics.Vertices
Assembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public struct SkinningData : Lerp<SkinningData>, 
	Lerp

The SkinningData type exposes the following members.

Constructors

  NameDescription
Public methodSkinningData
Initializes a new instance of the SkinningData class
Top
Methods

  NameDescription
Public methodLerp
Top
Fields

  NameDescription
Public fieldFirstIndex
Public fieldFirstWeight
Public fieldSecondIndex
Public fieldSecondWeight
Top
See Also