Project

General

Profile

« Previous | Next » 

Revision 55acff1e

Added by Leszek Koltunski 2 months ago

progress with configurable stickers

View differences:

src/main/java/org/distorted/objectlib/main/TwistyObject.java
1235 1235
    mMesh.setTextureMap(maps,mNumCubitFaces*cubit+face);
1236 1236
    }
1237 1237

  
1238
///////////////////////////////////////////////////////////////////////////////////////////////////
1239
// figure out the whole face to which (cubit,face) belongs, repaint all (cubit,face) pairs to
1240
// the new color.
1241

  
1242
  void repaintPuzzleFace(int cubit, int face, int color)
1243
    {
1244
    android.util.Log.e("D", "repainting: "+cubit+" "+face+" "+color);
1245
    }
1246

  
1238 1247
///////////////////////////////////////////////////////////////////////////////////////////////////
1239 1248

  
1240 1249
  int getCubitFaceColor(int cubit, int face)

Also available in: Unified diff