Revision b56faf50
Added by Leszek Koltunski about 8 years ago
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); |
src/main/java/org/distorted/examples/bean/BeanRenderer.java | ||
---|---|---|
31 | 31 |
import org.distorted.library.Distorted; |
32 | 32 |
import org.distorted.library.DistortedBitmap; |
33 | 33 |
import org.distorted.library.type.Dynamic3D; |
34 |
import org.distorted.library.type.Static2D; |
|
35 | 34 |
import org.distorted.library.type.Static3D; |
36 | 35 |
import org.distorted.library.type.Static4D; |
37 | 36 |
|
... | ... | |
53 | 52 |
|
54 | 53 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
55 | 54 |
|
56 |
public BeanRenderer(GLSurfaceView v)
|
|
55 |
BeanRenderer(GLSurfaceView v)
|
|
57 | 56 |
{ |
58 | 57 |
mView = v; |
59 | 58 |
|
Also available in: Unified diff
Progress with Around The World