Project

General

Profile

« Previous | Next » 

Revision 3fc9327a

Added by Leszek Koltunski about 7 years ago

Use Transform Feedback to (optionally) display the Normal vectors.

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

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

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

Also available in: Unified diff