Project

General

Profile

« Previous | Next » 

Revision 26df012c

Added by Leszek Koltunski over 7 years ago

Rename Grid to Mesh

View differences:

src/main/java/org/distorted/library/DistortedEffects.java
33 33
/**
34 34
 * Class containing {@link EffectTypes#LENGTH} queues, each a class derived from EffectQueue.
35 35
 * <p>
36
 * The queues hold actual effects to be applied to a given (DistortedTexture,GridObject) combo.
36
 * The queues hold actual effects to be applied to a given (DistortedTexture,MeshObject) combo.
37 37
 */
38 38
public class DistortedEffects
39 39
  {
......
86 86

  
87 87
///////////////////////////////////////////////////////////////////////////////////////////////////
88 88
   
89
  void drawPriv(float halfInputW, float halfInputH, GridObject grid, DistortedFramebuffer df, long currTime)
89
  void drawPriv(float halfInputW, float halfInputH, MeshObject grid, DistortedFramebuffer df, long currTime)
90 90
    {
91 91
    GLES20.glViewport(0, 0, df.mWidth, df.mHeight);
92 92

  
......
106 106

  
107 107
///////////////////////////////////////////////////////////////////////////////////////////////////
108 108
   
109
  void drawNoEffectsPriv(float halfInputW, float halfInputH, GridObject grid, DistortedFramebuffer df)
109
  void drawNoEffectsPriv(float halfInputW, float halfInputH, MeshObject grid, DistortedFramebuffer df)
110 110
    {
111 111
    GLES20.glViewport(0, 0, df.mWidth, df.mHeight);
112 112

  

Also available in: Unified diff