Merge pull request #870 from teejaydub/master

Added an eye configuration for a glowing red eye with no eyelid, for use in a skull.
This commit is contained in:
Limor "Ladyada" Fried 2019-10-03 13:41:08 -04:00 committed by GitHub
commit 5408bf99f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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