> home > Custom Layer Boundary API

try_create_new_face

January 19th 2020
Attempt to create a new face given a face description

Signature

C++
Face_ID
try_create_new_face(Application_Links* app,
                    Face_Description* description);

Parameters

app

the standard custom layer context pointer

description

the description of the new face

Return

the id of the new face on success, when it is possible to instantiate the face, otherwise zero

Related

Face_Description