mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +02:00
change the iris texture
This commit is contained in:
parent
c214e9b179
commit
b2518e0595
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 66 KiB |
BIN
interface/resources/images/iris.png
Normal file
BIN
interface/resources/images/iris.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
|
@ -27,7 +27,7 @@ float _MouthWidthChoices[3] = {0.5, 0.77, 0.3};
|
||||||
float _browWidth = 0.8;
|
float _browWidth = 0.8;
|
||||||
float _browThickness = 0.16;
|
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_WIDTH = 512;
|
||||||
unsigned int IRIS_TEXTURE_HEIGHT = 256;
|
unsigned int IRIS_TEXTURE_HEIGHT = 256;
|
||||||
vector<unsigned char> irisTexture;
|
vector<unsigned char> irisTexture;
|
||||||
|
|
Loading…
Reference in a new issue