Added an eye configuration for a glowing eye with no eyelid, for use in a skull.

This commit is contained in:
teejaydub 2019-10-03 09:04:47 -04:00
parent b65d82393e
commit 75ae75738a
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,26 @@
{
"voice" : false,
"pitch" : 0.72,
"gain" : 1.2,
"eyeRadius" : 120,
"irisRadius" : 70,
"slitPupilRadius" : 0, // 60
"eyelidIndex" : "0x00", // From table: learn.adafruit.com/assets/61921
"pupilColor" : [ 0, 0, 0 ],
"pupilMin" : 0.1,
"pupilMax" : 0.25,
"backColor" : [ 0, 0, 0 ],
"irisTexture" : "skull/iris_red.bmp",
"scleraColor" : [ 0, 0, 0 ],
"scleraTexture" : "skull/dark-sclera.bmp",
// "upperEyelid" : "demon/upper.bmp",
// "lowerEyelid" : "demon/lower.bmp",
"tracking" : true
// "lightSensor" : 102,
// "left" : {
// "irisSpin" : -18
// },
// "right" : {
// "irisSpin" : 18
// }
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB