Project

General

Profile

« Previous | Next » 

Revision 12ad3fca

Added by Leszek Koltunski about 4 years ago

Progress with object Movement - almost finished.

View differences:

src/main/java/org/distorted/object/RubikPyraminx.java
208 208
    return new VertexEffectSink( new Static1D(1.3f), center, region );
209 209
    }
210 210

  
211
///////////////////////////////////////////////////////////////////////////////////////////////////
212

  
213
  Static3D[] getRotationAxis()
214
    {
215
    return AXIS;
216
    }
217

  
218 211
///////////////////////////////////////////////////////////////////////////////////////////////////
219 212

  
220 213
  void createFaceTexture(Canvas canvas, Paint paint, int face)
......
299 292
///////////////////////////////////////////////////////////////////////////////////////////////////
300 293
// PUBLIC API
301 294

  
295
  public Static3D[] getRotationAxis()
296
    {
297
    return AXIS;
298
    }
299

  
300
///////////////////////////////////////////////////////////////////////////////////////////////////
301

  
302 302
  public int getBasicAngle()
303 303
    {
304 304
    return 3;

Also available in: Unified diff