Revision 8fdeecd7
Added by Leszek Koltunski over 6 years ago
| src/main/java/org/distorted/library/effect/VertexEffectDeform.java | ||
|---|---|---|
| 21 | 21 |
|
| 22 | 22 |
import org.distorted.library.type.Data3D; |
| 23 | 23 |
import org.distorted.library.type.Data4D; |
| 24 |
import org.distorted.library.type.Static4D; |
|
| 25 | 24 |
|
| 26 | 25 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 27 | 26 |
/** |
| src/main/java/org/distorted/library/effect/VertexEffectDistort.java | ||
|---|---|---|
| 21 | 21 |
|
| 22 | 22 |
import org.distorted.library.type.Data3D; |
| 23 | 23 |
import org.distorted.library.type.Data4D; |
| 24 |
import org.distorted.library.type.Static4D; |
|
| 25 | 24 |
|
| 26 | 25 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 27 | 26 |
/** |
| src/main/java/org/distorted/library/effect/VertexEffectPinch.java | ||
|---|---|---|
| 22 | 22 |
import org.distorted.library.type.Data2D; |
| 23 | 23 |
import org.distorted.library.type.Data3D; |
| 24 | 24 |
import org.distorted.library.type.Data4D; |
| 25 |
import org.distorted.library.type.Static4D; |
|
| 26 | 25 |
|
| 27 | 26 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 28 | 27 |
/** |
| src/main/java/org/distorted/library/effect/VertexEffectSink.java | ||
|---|---|---|
| 22 | 22 |
import org.distorted.library.type.Data1D; |
| 23 | 23 |
import org.distorted.library.type.Data3D; |
| 24 | 24 |
import org.distorted.library.type.Data4D; |
| 25 |
import org.distorted.library.type.Static4D; |
|
| 26 | 25 |
|
| 27 | 26 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 28 | 27 |
/** |
| src/main/java/org/distorted/library/effect/VertexEffectSwirl.java | ||
|---|---|---|
| 22 | 22 |
import org.distorted.library.type.Data1D; |
| 23 | 23 |
import org.distorted.library.type.Data3D; |
| 24 | 24 |
import org.distorted.library.type.Data4D; |
| 25 |
import org.distorted.library.type.Static4D; |
|
| 26 | 25 |
|
| 27 | 26 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 28 | 27 |
/** |
| src/main/java/org/distorted/library/effect/VertexEffectWave.java | ||
|---|---|---|
| 22 | 22 |
import org.distorted.library.type.Data3D; |
| 23 | 23 |
import org.distorted.library.type.Data4D; |
| 24 | 24 |
import org.distorted.library.type.Data5D; |
| 25 |
import org.distorted.library.type.Static4D; |
|
| 26 | 25 |
|
| 27 | 26 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 28 | 27 |
/** |
Also available in: Unified diff
Remove unused imports.