Project

General

Profile

« Previous | Next » 

Revision a56bc359

Added by Leszek Koltunski over 7 years ago

Major change in API: separate the GRID from DistortedObject; completely remove classes derived from DistortedObject.

View differences:

src/main/java/org/distorted/library/DistortedBitmapGrid.java
24 24

  
25 25
///////////////////////////////////////////////////////////////////////////////////////////////////
26 26

  
27
class DistortedBitmapGrid extends DistortedObjectGrid
27
public class DistortedBitmapGrid extends DistortedObjectGrid
28 28
  {
29 29
  private int mCols, mRows;
30 30
  private int remainingVert;
......
153 153
     }
154 154
*/
155 155
///////////////////////////////////////////////////////////////////////////////////////////////////
156

  
156
// PUBLIC API
157
///////////////////////////////////////////////////////////////////////////////////////////////////
157 158
/**
158 159
 * Creates the underlying grid of vertices, normals and texture coords.
159 160
 *

Also available in: Unified diff