Project

General

Profile

« Previous | Next » 

Revision a4472437

Added by Leszek Koltunski almost 4 years ago

Progress with dragging.

View differences:

src/main/java/org/distorted/effects/objectchange/ObjectChangeEffectRound.java
36 36
    {
37 37
    float X = NODE_FBO_SIZE /3;
38 38

  
39
    mCubeEffectPosition[0] = new int[] {3,4};
39
    mCubeEffectPosition[0] = new int[] {2,3};
40 40
    mCubeEffects[0]        = new Effect[mCubeEffectPosition[0].length];
41 41

  
42 42
    Dynamic3D d0 = new Dynamic3D(duration/2, 0.5f);
......
60 60
    {
61 61
    float X = NODE_FBO_SIZE /3;
62 62

  
63
    mCubeEffectPosition[1] = new int[] {3,4};
63
    mCubeEffectPosition[1] = new int[] {2,3};
64 64
    mCubeEffects[1]        = new Effect[mCubeEffectPosition[1].length];
65 65

  
66 66
    Dynamic3D d0 = new Dynamic3D(duration/2, 0.5f);

Also available in: Unified diff