Project

General

Profile

« Previous | Next » 

Revision acd5fc11

Added by Leszek Koltunski over 7 years ago

Improve Around The World

View differences:

src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldEffectsManager.java
141 141

  
142 142
    // Fragment Effects
143 143
    aRegionSkinColor   = new Static4D(300,300,600,600);
144
    aRegionLEyeColor   = new Static4D(172,232,29,25);
145
    aRegionREyeColor   = new Static4D(424,232,29,25);
144
    aRegionLEyeColor   = new Static4D(172,230,29,25);
145
    aRegionREyeColor   = new Static4D(423,230,29,25);
146 146

  
147 147
    aChromaSkin        = new Static3D(0.5f, 0.5f, 0.5f);
148 148
    aChromaEyes        = new Static3D(0.5f, 0.14f, 0.14f);
......
196 196
    aLipsNoseFactor.set2(-23.0f*mAsianness);
197 197
    aNoseBroaderFactor.set1(1.0f+0.92f*mAsianness);
198 198
    aNostrilsFactor.set2(-12.0f*mAsianness);
199
    aLEyeFactor.set(+11.0f*mAsianness);
200
    aREyeFactor.set(-11.0f*mAsianness);
199
    aLEyeFactor.set(+20.0f*mAsianness);
200
    aREyeFactor.set(-20.0f*mAsianness);
201 201
    aEyebrowsFactor.set2(-40.0f*mAsianness);
202 202

  
203 203
    aChromaSkinFactor.set(0.2f*mAsianness);

Also available in: Unified diff