Table of Contents

Class XRFaceModifier3D

A node for driving standard face meshes from XRFaceTracker weights.

Inheritance
XRFaceModifier3D

Remarks

This node applies weights from a 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.

See Also

Properties

face_tracker

The XRFaceTracker path.

var face_tracker : StringName = &"/user/face_tracker"

Property Value

StringName

Remarks

target

The NodePath of the face MeshInstance3D.

var target : NodePath = NodePath("")

Property Value

NodePath

Remarks