Project

General

Profile

« Previous | Next » 

Revision 7d8cc029

Added by Leszek Koltunski about 3 years ago

Simplify.

View differences:

src/main/java/org/distorted/objects/TwistyIvy.java
101 101
    super(size, size, quat, texture, mesh, effects, moves, ObjectList.IVY, res, scrWidth);
102 102
    }
103 103

  
104
///////////////////////////////////////////////////////////////////////////////////////////////////
105
// don't use this
106

  
107
  double[][] getVertices(int cubitType)
108
    {
109
    return null;
110
    }
111

  
112
///////////////////////////////////////////////////////////////////////////////////////////////////
113
// don't use this
114

  
115
  int[][] getVertIndexes(int cubitType)
116
    {
117
    return null;
118
    }
119

  
120
///////////////////////////////////////////////////////////////////////////////////////////////////
121

  
122
  int getNumCubitTypes(int numLayers)
123
    {
124
    return 2;
125
    }
126

  
127 104
///////////////////////////////////////////////////////////////////////////////////////////////////
128 105

  
129 106
  float getScreenRatio()

Also available in: Unified diff