Project

General

Profile

« Previous | Next » 

Revision 57d7fdba

Added by Leszek Koltunski over 5 years ago

Rename MeshObject to MeshBase.

View differences:

src/main/java/org/distorted/examples/cubes/CubesActivity.java
22 22
import org.distorted.library.main.Distorted;
23 23
import org.distorted.examples.R;
24 24
import org.distorted.library.main.DistortedTexture;
25
import org.distorted.library.mesh.MeshObject;
25
import org.distorted.library.mesh.MeshBase;
26 26
import org.distorted.library.mesh.MeshCubes;
27 27

  
28 28
import android.app.Activity;
......
54 54
    private LinearLayout mLay;
55 55
    private boolean[] mShape;
56 56
    private DistortedTexture mTexture;
57
    private MeshObject mMesh;
57
    private MeshBase mMesh;
58 58

  
59 59
///////////////////////////////////////////////////////////////////////////////////////////////////
60 60
    
......
290 290

  
291 291
///////////////////////////////////////////////////////////////////////////////////////////////////
292 292

  
293
    public MeshObject getMesh()
293
    public MeshBase getMesh()
294 294
      {
295 295
      return mMesh;
296 296
      }

Also available in: Unified diff