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/ObjectChangeEffectScale.java
30 30
  {
31 31
  public int createEffectsPhase0(int duration)
32 32
    {
33
    mCubeEffectPosition[0] = new int[] {3};
33
    mCubeEffectPosition[0] = new int[] {2};
34 34
    mCubeEffects[0]        = new Effect[mCubeEffectPosition[0].length];
35 35

  
36 36
    Dynamic3D d0 = new Dynamic3D(duration/2, 0.5f);
......
45 45

  
46 46
  public int createEffectsPhase1(int duration)
47 47
    {
48
    mCubeEffectPosition[1] = new int[] {3};
48
    mCubeEffectPosition[1] = new int[] {2};
49 49
    mCubeEffects[1]        = new Effect[mCubeEffectPosition[1].length];
50 50

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

Also available in: Unified diff