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/VertexEffectPinch.java
93 93
    super(EffectName.PINCH);
94 94
    mPinch  = pinch;
95 95
    mCenter = center;
96
    mRegion = (region==null ? new Static4D(0,0,Float.MAX_VALUE, Float.MAX_VALUE) : region);
96
    mRegion = (region==null ? new Static4D(0,0,0, Float.MAX_VALUE) : region);
97 97
    }
98 98

  
99 99
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff