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/VertexEffectSwirl.java
97 97
    super(EffectName.SWIRL);
98 98
    mSwirl  = swirl;
99 99
    mCenter = center;
100
    mRegion = (region==null ? new Static4D(0,0,Float.MAX_VALUE, Float.MAX_VALUE) : region);
100
    mRegion = (region==null ? new Static4D(0,0,0, Float.MAX_VALUE) : region);
101 101
    }
102 102

  
103 103
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff