Click or drag to resize

MeshSimplifierBlendShapeFrame Constructor

Creates a new blend shape frame.

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public BlendShapeFrame(
	float frameWeight,
	Vector3[] deltaVertices,
	Vector3[] deltaNormals,
	Vector3[] deltaTangents
)

Parameters

frameWeight
Type: SystemSingle
The weight of the blend shape frame.
deltaVertices
Type: NeoAxisVector3
The delta vertices of the blend shape frame.
deltaNormals
Type: NeoAxisVector3
The delta normals of the blend shape frame.
deltaTangents
Type: NeoAxisVector3
The delta tangents of the blend shape frame.
See Also