Project

General

Profile

« Previous | Next » 

Revision 7fca6741

Added by Leszek Koltunski over 7 years ago

rename all the 'grid' variables to 'mesh'.

View differences:

src/main/java/org/distorted/examples/cubes/CubesRenderer.java
67 67

  
68 68
      mEffects = new DistortedEffects();
69 69
      mTexture = act.getTexture();
70
      mMesh = act.getGrid();
70
      mMesh = act.getMesh();
71 71

  
72 72
      mObjWidth = mTexture.getWidth();
73 73
      mObjHeight= mTexture.getHeight();

Also available in: Unified diff