Project

General

Profile

« Previous | Next » 

Revision 715e7726

Added by Leszek Koltunski over 5 years ago

Rename MeshObject to MeshBase.

View differences:

src/main/java/org/distorted/library/main/DistortedScreen.java
27 27
import android.opengl.GLES31;
28 28

  
29 29
import org.distorted.library.effect.MatrixEffectMove;
30
import org.distorted.library.mesh.MeshBase;
30 31
import org.distorted.library.mesh.MeshFlat;
31
import org.distorted.library.mesh.MeshObject;
32 32
import org.distorted.library.type.Static3D;
33 33

  
34 34
/**
......
43 43

  
44 44
  private static final int NUM_FRAMES  = 100;
45 45

  
46
  private MeshObject fpsMesh;
46
  private MeshBase fpsMesh;
47 47
  private DistortedTexture fpsTexture;
48 48
  private DistortedEffects fpsEffects;
49 49
  private Canvas fpsCanvas;

Also available in: Unified diff