Project

General

Profile

« Previous | Next » 

Revision 4c9ca251

Added by Leszek Koltunski over 2 years ago

Add the getFaceAxis() API and fill up the getDist3D() API.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyRedi.java
189 189

  
190 190
  public float[] getDist3D(int[] numLayers)
191 191
    {
192
    return null;
192
    return TouchControlHexahedron.D3D;
193
    }
194

  
195
///////////////////////////////////////////////////////////////////////////////////////////////////
196

  
197
  public Static3D[] getFaceAxis()
198
    {
199
    return TouchControlHexahedron.FACE_AXIS;
193 200
    }
194 201

  
195 202
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff