change the iris texture

This commit is contained in:
Stephen Birarda 2013-05-17 10:51:29 -07:00
parent c214e9b179
commit b2518e0595
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View file

@ -27,7 +27,7 @@ float _MouthWidthChoices[3] = {0.5, 0.77, 0.3};
float _browWidth = 0.8;
float _browThickness = 0.16;
const char IRIS_TEXTURE_FILENAME[] = "resources/images/green_eye.png";
const char IRIS_TEXTURE_FILENAME[] = "resources/images/iris.png";
unsigned int IRIS_TEXTURE_WIDTH = 512;
unsigned int IRIS_TEXTURE_HEIGHT = 256;
vector<unsigned char> irisTexture;