Project

General

Profile

« Previous | Next » 

Revision 1a940548

Added by Leszek Koltunski over 7 years ago

Minor stuff

View differences:

src/main/java/org/distorted/library/DistortedObject.java
38 38
 */
39 39
public abstract class DistortedObject 
40 40
  {
41
  private static float[] mViewMatrix   = new float[16];
42
   
43 41
  private EffectQueueMatrix    mM;
44 42
  private EffectQueueFragment  mF;
45 43
  private EffectQueueVertex    mV;
......
166 164
    GLES20.glViewport(0, 0, dp.width, dp.height);
167 165
      
168 166
    mM.compute(currTime);
169
    mM.send(mViewMatrix, dp);
167
    mM.send(dp);
170 168
      
171 169
    mV.compute(currTime);
172 170
    mV.send();

Also available in: Unified diff