Project

General

Profile

« Previous | Next » 

Revision ac97ecc0

Added by Leszek Koltunski over 2 years ago

Progress towards removing the 'getNumCubitFaces()' object API.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyBandagedAbstract.java
170 170
        {3,7,5,1},
171 171
      };
172 172

  
173
    return new ObjectShape(vertices, indices, getNumCubitFaces(), 6);
173
    return new ObjectShape(vertices, indices, 6);
174 174
    }
175 175

  
176 176
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff