Loading...
Searching...
No Matches
realvirtual.BlendShapeFrame Struct Reference
A blend shape frame. More...
| Public Member Functions | |
| BlendShapeFrame (float frameWeight, Vector3[] deltaVertices, Vector3[] deltaNormals, Vector3[] deltaTangents) | |
| Creates a new blend shape frame. | |
| Public Attributes | |
| float | FrameWeight | 
| The weight of the blend shape frame. | |
| Vector3[] | DeltaVertices | 
| The delta vertices of the blend shape frame. | |
| Vector3[] | DeltaNormals | 
| The delta normals of the blend shape frame. | |
| Vector3[] | DeltaTangents | 
| The delta tangents of the blend shape frame. | |
Detailed Description
A blend shape frame.
Constructor & Destructor Documentation
◆ BlendShapeFrame()
| realvirtual.BlendShapeFrame.BlendShapeFrame | ( | float | frameWeight, | 
| Vector3[] | deltaVertices, | ||
| Vector3[] | deltaNormals, | ||
| Vector3[] | deltaTangents | ||
| ) | 
Creates a new blend shape frame.
- Parameters
- 
  frameWeight The weight of the blend shape frame. deltaVertices The delta vertices of the blend shape frame. deltaNormals The delta normals of the blend shape frame. deltaTangents The delta tangents of the blend shape frame. 
Member Data Documentation
◆ DeltaNormals
| Vector3 [] realvirtual.BlendShapeFrame.DeltaNormals | 
The delta normals of the blend shape frame.
◆ DeltaTangents
| Vector3 [] realvirtual.BlendShapeFrame.DeltaTangents | 
The delta tangents of the blend shape frame.
◆ DeltaVertices
| Vector3 [] realvirtual.BlendShapeFrame.DeltaVertices | 
The delta vertices of the blend shape frame.
◆ FrameWeight
| float realvirtual.BlendShapeFrame.FrameWeight | 
The weight of the blend shape frame.