MeshSimplifierBlendShapeFrame Constructor |
Creates a new blend shape frame.
Namespace: InternalAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic BlendShapeFrame(
float frameWeight,
Vector3[] deltaVertices,
Vector3[] deltaNormals,
Vector3[] deltaTangents
)
Parameters
- frameWeight Single
- The weight of the blend shape frame.
- deltaVertices Vector3
- The delta vertices of the blend shape frame.
- deltaNormals Vector3
- The delta normals of the blend shape frame.
- deltaTangents Vector3
- The delta tangents of the blend shape frame.
See Also