Project

General

Profile

« Previous | Next » 

Revision 044b5494

Added by Leszek Koltunski about 4 years ago

Move the Effects.setStretch to Meshbase.setStretch

View differences:

src/main/java/org/distorted/library/mesh/MeshQuad.java
56 56
   */
57 57
  public MeshQuad()
58 58
    {
59
    super(1,1,0);
59 60
    float[] attribs= new float[VERT_ATTRIBS*4];
60 61

  
61 62
    addVertex(0.0f,0.0f, attribs,0);

Also available in: Unified diff