MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / ESTART

Enum ESTART

jni/stasm/misc.h:300–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298};
299
300enum ESTART // do we use the detected eyes or mouth to help position the startshape?
301 // note: gaps in enum numbering are for compat with other Stasm versions
302{
303 ESTART_RECT_ONLY = 1, // use just the face det rect to align the start shape
304 ESTART_EYES = 2, // use eyes if available (as well as face rect)
305 ESTART_EYE_AND_MOUTH = 4 // uses eye(s) and mouth if both available
306};
307
308#if MOD_3 || MOD_A || MOD_A_EMU // experimental versions
309static const double EYAW_TO_USE_DET22 = 14; // what estimated yaw requires the yaw22 mod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected