Click or drag to resize

MeshSimplifierBlendShapeFrame Constructor

Creates a new blend shape frame.

Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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