Project

General

Profile

« Previous | Next » 

Revision cbcf2374

Added by Leszek Koltunski 4 months ago

minor

View differences:

src/main/java/org/distorted/library/effect/VertexEffectPinch.java
27 27
/**
28 28
 * Pull all points around the center of the Effect towards a line passing through the center
29 29
 * (that's if degree>=1) or push them away from the line (degree<=1).
30
 *
30
 * <p>
31 31
 * Note: this is not a fully 3D effect - the pinching is always within the XY plane; z coordinates
32 32
 * of all vertices remain unaffected. If someone wants a fully 3D Pinch effect, we'd probably need
33 33
 * to write another VertexEffectPinch3D with 2 more arguments (latitude and longitude angles defining

Also available in: Unified diff