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/transparency/TransparencyRenderer.java
209 209
      {
210 210
      for(int i=0; i<NUM_OBJECTS; i++)
211 211
        {
212
        mTex[i].setColor(OBJECTS[NUM * i + 3]);
212
        mTex[i].setColorARGB(OBJECTS[NUM * i + 3]);
213 213
        }
214 214

  
215 215
      VertexEffectScale.enable();

Also available in: Unified diff