Project

General

Profile

« Previous | Next » 

Revision 1f2cb152

Added by Leszek Koltunski over 5 years ago

Further fixes for the new fully 3D vertex region.

View differences:

src/main/java/org/distorted/library/effect/VertexEffectWave.java
220 220
    super(EffectName.WAVE);
221 221
    mWave   = wave;
222 222
    mCenter = center;
223
    mRegion = (region==null ? new Static4D(0,0,Float.MAX_VALUE, Float.MAX_VALUE) : region);
223
    mRegion = (region==null ? new Static4D(0,0,0, Float.MAX_VALUE) : region);
224 224
    }
225 225

  
226 226
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff