Project

General

Profile

« Previous | Next » 

Revision a64e07d0

Added by Leszek Koltunski over 3 years ago

Beginnings of Megaminx & Gigaminx

View differences:

src/main/java/org/distorted/objects/TwistyDino.java
170 170

  
171 171
///////////////////////////////////////////////////////////////////////////////////////////////////
172 172

  
173
  int getNumStickerTypes()
173
  int getNumStickerTypes(int numLayers)
174 174
    {
175 175
    return 1;
176 176
    }
......
191 191

  
192 192
///////////////////////////////////////////////////////////////////////////////////////////////////
193 193

  
194
  MeshBase createCubitMesh(int cubit)
194
  MeshBase createCubitMesh(int cubit, int numLayers)
195 195
    {
196 196
    if( mMesh==null ) mMesh = FactoryCubit.getInstance().createDinoMesh();
197 197

  
......
224 224

  
225 225
///////////////////////////////////////////////////////////////////////////////////////////////////
226 226

  
227
  float[] getRowChances()
227
  float[] getRowChances(int numLayers)
228 228
    {
229 229
    float[] chances = new float[3];
230 230

  

Also available in: Unified diff