Class reference
XRFaceModifier3D
Inherits Node3D
Experimental.
A node for driving standard face meshes from XRFaceTracker weights.
Description
This node applies weights from an XRFaceTracker to a mesh with supporting face blend shapes. The Unified Expressions blend shapes are supported, as well as ARKit and SRanipal blend shapes. The node attempts to identify blend shapes based on name matching. Blend shapes should match the names listed in the Unified Expressions Compatibility chart.
Properties
StringName face_tracker = &"/user/face_tracker"
StringName face_tracker = &"/user/face_tracker"The XRFaceTracker path.
NodePath target = NodePath("")
NodePath target = NodePath("")The NodePath of the face MeshInstance3D.