Revision 13efa930
Added by Leszek Koltunski over 8 years ago
src/main/java/org/distorted/examples/listener/ListenerRenderer.java | ||
---|---|---|
34 | 34 |
import org.distorted.library.type.Float2D; |
35 | 35 |
import org.distorted.library.type.Float3D; |
36 | 36 |
import org.distorted.library.type.Float4D; |
37 |
import org.distorted.library.EffectListener; |
|
38 |
import org.distorted.library.EffectMessage; |
|
37 |
import org.distorted.library.message.EffectListener;
|
|
38 |
import org.distorted.library.message.EffectMessage;
|
|
39 | 39 |
|
40 | 40 |
import android.graphics.Bitmap; |
41 | 41 |
import android.graphics.BitmapFactory; |
src/main/java/org/distorted/examples/save/SaveRenderer.java | ||
---|---|---|
31 | 31 |
|
32 | 32 |
import org.distorted.library.Distorted; |
33 | 33 |
import org.distorted.library.DistortedBitmap; |
34 |
import org.distorted.library.EffectListener; |
|
35 |
import org.distorted.library.EffectMessage; |
|
34 |
import org.distorted.library.message.EffectListener;
|
|
35 |
import org.distorted.library.message.EffectMessage;
|
|
36 | 36 |
import org.distorted.library.EffectTypes; |
37 | 37 |
import org.distorted.library.type.Float1D; |
38 | 38 |
import org.distorted.library.type.Float2D; |
src/main/java/org/distorted/examples/starwars/StarWarsRenderer.java | ||
---|---|---|
35 | 35 |
import org.distorted.library.type.Float2D; |
36 | 36 |
import org.distorted.library.type.Float3D; |
37 | 37 |
import org.distorted.library.type.Float4D; |
38 |
import org.distorted.library.EffectListener; |
|
39 |
import org.distorted.library.EffectMessage; |
|
38 |
import org.distorted.library.message.EffectListener;
|
|
39 |
import org.distorted.library.message.EffectMessage;
|
|
40 | 40 |
import org.distorted.library.Distorted; |
41 | 41 |
import org.distorted.library.DistortedBitmap; |
42 | 42 |
|
Also available in: Unified diff
1. new package 'message'
2. Rename the 'Grid' classes to match