Project

General

Profile

« Previous | Next » 

Revision b56faf50

Added by Leszek Koltunski over 7 years ago

Progress with Around The World

View differences:

src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldEffectsManager.java
56 56
    mBlackness = 0;
57 57
    mAsianness = 0;
58 58

  
59
    centerLEye = new Static3D( 88,117,0);
60
    centerREye = new Static3D(211,117,0);
61
    centerNose = new Static3D(150,175,0);
62
    centerLips = new Static3D(150,240,0);
63

  
64
    regionPinchSwirl = new Static4D(0,0,42,100);
65
    regionNose       = new Static4D(0,0,51,100);
66
    regionLips       = new Static4D(0,0,57,100);
67
    regionSkin       = new Static4D(150,150,300,300);
68
    regionLEye       = new Static4D( 87,117,15,12);
69
    regionREye       = new Static4D(213,117,15,12);
59
    centerLEye = new Static3D(175,235,0);
60
    centerREye = new Static3D(418,235,0);
61
    centerNose = new Static3D(300,328,0);
62
    centerLips = new Static3D(300,494,0);
63

  
64
    regionPinchSwirl = new Static4D(0,0,65,65);
65
    regionNose       = new Static4D(0,0,89,89);
66
    regionLips       = new Static4D(0,0,95,95);
67
    regionSkin       = new Static4D(300,300,600,600);
68
    regionLEye       = new Static4D(175,232,32,20);
69
    regionREye       = new Static4D(422,232,32,20);
70 70

  
71 71
    pinchFactor      = new Static2D(1.0f, 0.0f);
72 72
    swirlFactor1     = new Static1D(1.0f);

Also available in: Unified diff