Project

General

Profile

« Previous | Next » 

Revision 7d755851

Added by Leszek Koltunski over 7 years ago

Still one more problem in boundingVertices.

View differences:

src/main/java/org/distorted/library/MeshFlat.java
34 34
  private int mCols, mRows;
35 35
  private int remainingVert;
36 36

  
37
  private static float[] mBoundingVert = new float[] { -0.5f,-0.5f,0.0f,
38
                                                       +0.5f,-0.5f,0.0f,
39
                                                       -0.5f,+0.5f,0.0f,
40
                                                       +0.5f,+0.5f,0.0f };
37
  private static float[] mBoundingVert = new float[] { -0.5f,+0.5f,0.0f,
38
                                                       -0.5f,-0.5f,0.0f,
39
                                                       +0.5f,+0.5f,0.0f,
40
                                                       +0.5f,-0.5f,0.0f };
41 41

  
42 42
///////////////////////////////////////////////////////////////////////////////////////////////////
43 43
// Create a flat, full grid.

Also available in: Unified diff