Skip to content

Instantly share code, notes, and snippets.

@Stuyk
Created April 15, 2020 16:31
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stuyk/ed191dc92528a58765048ee72b8899fb to your computer and use it in GitHub Desktop.
Save Stuyk/ed191dc92528a58765048ee72b8899fb to your computer and use it in GitHub Desktop.
GTA:V Face Structure List
const StructureGroup: [
{
label: 'Nose Width',
key: 'nosewidth',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 0
},
{
label: 'Nose Height',
key: 'noseheight',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 1
},
{
label: 'Nose Length',
key: 'noselength',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 2
},
{
label: 'Nose Bridge',
key: 'nosebridge',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 3
},
{
label: 'Nose Tip',
key: 'nosetip',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 4
},
{
label: 'Nose Bridge Shaft',
key: 'nosebridgeshaft',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 5
},
{
label: 'Brow Height',
key: 'browheight',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 6
},
{
label: 'Brow Width',
key: 'browwidth',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 7
},
{
label: 'Cheekbone Height',
key: 'cheekboneheight',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 8
},
{
label: 'Cheekbone Width',
key: 'cheekbonewidth',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 9
},
{
label: 'Cheek Width',
key: 'cheekwidth',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 10
},
{
label: 'Eyelids',
key: 'eyelids',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 11
},
{
label: 'Lips',
key: 'lips',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 12
},
{
label: 'Jaw Width',
key: 'jawwidth',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 13
},
{
label: 'Jaw Height',
key: 'jawheight',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 14
},
{
label: 'Chin Length',
key: 'chinlength',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 15
},
{
label: 'Chin Position',
key: 'chinposition',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 16
},
{
label: 'Chin Width',
key: 'chinwidth',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 17
},
{
label: 'Chin Shape',
key: 'chinshape',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 18
},
{
label: 'Neck Width',
key: 'neckwidth',
value: 0,
min: -1,
max: 1,
increment: 0.1,
id: 19
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment