Free Electron
Macros | Variables
MultiModOp.cc File Reference
#include <oplab/oplab.pmh>

Macros

#define FE_MMD_DEBUG   FALSE
 
#define FE_MMD_MAX_ANCHORS   4
 
#define FE_MMD_PARAMS   10
 

Variables

static char s_hammer_name [FE_MMD_PARAMS][12]
 
static char s_hammer_label [FE_MMD_PARAMS][20]
 

Variable Documentation

◆ s_hammer_label

char s_hammer_label[FE_MMD_PARAMS][20]
static
Initial value:
=
{
"Anchor Name",
"Parent",
"Weight Attribute",
"Radius",
"Power",
"Pivot Translate",
"Pivot Rotate",
"Deform Translate",
"Deform Rotate",
"Deform Scale"
}

◆ s_hammer_name

char s_hammer_name[FE_MMD_PARAMS][12]
static
Initial value:
=
{
"anchorName",
"parent",
"weight",
"radius",
"power",
"pivotT",
"pivotR",
"deformT",
"deformR",
"deformS"
}