The FaceMesh
class describes a face mesh.
Inherits From : SceneObjectBase
Property | Description |
---|---|
material | (get) (Not Available) Specifies the material of the scene object. |
Method | Description |
---|---|
getBlendShapes | getBlendShapes(): Promise<Array<BlendShape>> Returns a JS Promise which will be fulfilled with array of blend Shapes or an error. |
getMaterial | getMaterial(): Promise<MaterialBase | null> Returns a promise that is resolved with the material associated with a given scene object or null if no material was assigned. |