Revision 78478d7e
Added by Leszek Koltunski 6 months ago
src/main/java/org/distorted/bandaged/BandagedRenderer.java | ||
---|---|---|
9 | 9 |
|
10 | 10 |
package org.distorted.bandaged; |
11 | 11 |
|
12 |
import org.json.JSONException; |
|
13 |
|
|
12 | 14 |
import java.io.File; |
13 | 15 |
import java.io.FileNotFoundException; |
14 | 16 |
import java.io.IOException; |
... | ... | |
25 | 27 |
import android.opengl.GLSurfaceView; |
26 | 28 |
import android.widget.Toast; |
27 | 29 |
|
28 |
import org.distorted.dialogs.RubikDialogBandagedSave; |
|
29 | 30 |
import org.distorted.library.effect.EffectType; |
30 | 31 |
import org.distorted.library.effect.FragmentEffectBrightness; |
31 | 32 |
import org.distorted.library.effect.PostprocessEffectBorder; |
... | ... | |
44 | 45 |
import org.distorted.objectlib.json.JsonWriter; |
45 | 46 |
import org.distorted.objectlib.main.ObjectControl; |
46 | 47 |
import org.distorted.objectlib.main.TwistyObject; |
47 |
|
|
48 |
import org.json.JSONException; |
|
48 |
import org.distorted.dialogs.RubikDialogBandagedSave; |
|
49 | 49 |
|
50 | 50 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
51 | 51 |
|
Also available in: Unified diff
Fix the problem with scaling of locally-created bandaged objects.