Revision f174b34a
Added by Leszek Koltunski over 5 years ago
| src/main/java/org/distorted/magic/RubikSurfaceView.java | ||
|---|---|---|
| 27 | 27 |
import android.view.MotionEvent; |
| 28 | 28 |
|
| 29 | 29 |
import org.distorted.library.type.Static2D; |
| 30 |
import org.distorted.library.type.Static3D; |
|
| 31 | 30 |
import org.distorted.library.type.Static4D; |
| 32 | 31 |
import org.distorted.object.RubikObject; |
| 33 | 32 |
import org.distorted.object.RubikObjectMovement; |
| src/main/java/org/distorted/object/RubikCube.java | ||
|---|---|---|
| 124 | 124 |
} |
| 125 | 125 |
|
| 126 | 126 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 127 |
// paint only the square with lower-left corner at (face*TEX_H,0) and side length TEX_H |
|
| 127 | 128 |
|
| 128 | 129 |
void createFaceTexture(Canvas canvas, Paint paint, int face) |
| 129 | 130 |
{
|
Also available in: Unified diff
Progress with MeshJoin app.
Fix rotating in some apps.