Project

General

Profile

« Previous | Next » 

Revision 62c869ad

Added by Leszek Koltunski over 3 years ago

Fix normals in case of MatrixEffectScale / Shear.
Fix displaying the normal vector.

View differences:

src/main/java/org/distorted/library/effectqueue/EffectQueuePostprocess.java
187 187
    EffectQueueMatrix matrix = (EffectQueueMatrix)queues[0];
188 188
    EffectQueueVertex vertex = (EffectQueueVertex)queues[1];
189 189

  
190
    matrix.send(distance, mipmap, projection, mesh, 2);
190
    matrix.send(distance, mipmap, projection, 2);
191 191
    vertex.send(mHalo*0.01f,2);
192 192

  
193 193
    if( mA!=0.0f )

Also available in: Unified diff