Visemesclass

The standard set of 15 lipsync visemes (mouth shapes), in OVRLipSync order. Models express them as morph frames with these names ("viseme_PP" etc), and lipsync - realtime or baked - produces a weight for each.

objectVisemes
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.Visemes

Properties2

Showing 2 properties

public static int Sandbox.Visemes.Count { get; set; }PUBLICSTATICGETSET

Number of visemes.

Returns:int

public static System.Collections.Generic.IReadOnlyList`1<string> Sandbox.Visemes.MorphNames { get; set; }PUBLICSTATICGETSET

The viseme morph names, e.g. "viseme_PP". Index matches OVRLipSync viseme order and the viseme indices baked into sounds.

Returns:IReadOnlyList<string>

On this page