Project

General

Profile

« Previous | Next » 

Revision 6e60be83

Added by Leszek Koltunski about 7 years ago

Revert "Progress with Transform Feedback."

This reverts commit e78a30fd53d9463903521921e177028e5c869514.

View differences:

src/main/java/org/distorted/library/EffectQueueMatrix.java
250 250
    mUniforms[NUM_UNIFORMS*index+6] = mUniforms[NUM_UNIFORMS*(index+1)+6];
251 251
    }
252 252

  
253
///////////////////////////////////////////////////////////////////////////////////////////////////
254

  
255
  float[] getMVP()
256
    {
257
    return mMVPMatrix;
258
    }
259

  
260 253
///////////////////////////////////////////////////////////////////////////////////////////////////
261 254

  
262 255
  synchronized void send(DistortedOutputSurface projection, float halfX, float halfY, float halfZ)

Also available in: Unified diff