This is the class used for morphing with blend shapes (using mouth shape information)
More...
|
SkinnedMeshRenderer | Target [get, set] |
| Morphing target object More...
|
|
This is the class used for morphing with blend shapes (using mouth shape information)
- Description:
- This class inherits from ICriLipsMorph and can be used for morphing with UnityEngine.SkinnedMeshRenderer, by using mouth shape information.
Please register with a component that inherits from CriLipsDeformer, such as CriLipsDeformerForAtomSource .
- See also
- CriLipsDeformer::LipsMorph
Update the LipSync analysis result value
- Description:
- Called from CriLipsDeformer when the LipSync analysis result value is updated.
Custom morphing can be achieved by referring to the analysis results returned by this function.
Implements ICriLipsMorph.
Processing when unregistering the interface
- Description:
- It is called when the interface registered in CriLipsDeformer is being unregistered.
Implements ICriLipsMorph.
Index to which the mouth height parameter is applied
- Description:
- Specifies the index to which the mouth height parameter of the mouth shape information (updated by ICriLipsMorph.Update) is applied.
This index is returned by SkinnedMeshRenderer.sharedMesh.GetBlendShapeIndex .
Index to which the mouth width parameter (in the opening direction) is applied
- Description:
- Specifies the index to which the mouth width (in the opening direction) parameter of the mouth shape information (updated by ICriLipsMorph.Update) is applied.
This index is returned by SkinnedMeshRenderer.sharedMesh.GetBlendShapeIndex .
Index to which the mouth width parameter (in the closing direction) is applied
- Description:
- Specifies the index to which the mouth width (in the closing direction) parameter of the mouth shape information (updated by ICriLipsMorph.Update) is applied.
This index is returned by SkinnedMeshRenderer.sharedMesh.GetBlendShapeIndex .
Index to which the tongue height parameter is applied
- Description:
- Specifies the index to which the tongue height parameter of the mouth shape information (updated by ICriLipsMorph.Update) is applied.
This index is returned by SkinnedMeshRenderer.sharedMesh.GetBlendShapeIndex .
SkinnedMeshRenderer Target |
|
getset |
Morphing target object
- Description:
- Sets a SkinnedMeshRenderer as the morphing target.
The documentation for this class was generated from the following file:
- CriLipsMorphBlendShape.cs