Project

General

Profile

« Previous | Next » 

Revision e50e7ba7

Added by Leszek Koltunski almost 4 years ago

1) rename DistortedTexture's setColor to setColorARGB
2) fix the Wiind app to take into account paused time
3) fix the Dynamic so that if a single Dynamic is used more than once (in more than one effect) than it doesn't get adjusted for paused time multiple times.

View differences:

src/main/java/org/distorted/examples/movingglow/MovingGlowRenderer.java
85 85
      Static3D center     = new Static3D(0,0,0);
86 86
      Static3D axis       = new Static3D(0,0,1);
87 87

  
88
      Dynamic1D rot = new Dynamic1D(5000,0.0f);
88
      Dynamic1D rot = new Dynamic1D(50000,0.0f);
89 89
      rot.setMode(Dynamic1D.MODE_JUMP);
90 90
      rot.add(new Static1D(  0));
91 91
      rot.add(new Static1D(360));

Also available in: Unified diff