The features which may be filled with polygons.

interface FaceBufferGeometryOptions {
    fillEyeLeft?: boolean;
    fillEyeRight?: boolean;
    fillMouth?: boolean;
    fillNeck?: boolean;
}

Properties

fillEyeLeft?: boolean

If true, fills this face feature with polygons.

fillEyeRight?: boolean

If true, fills this face feature with polygons.

fillMouth?: boolean

If true, fills this face feature with polygons.

fillNeck?: boolean

If true, fills this face feature with polygons.