Project

General

Profile

« Previous | Next » 

Revision 100e2da7

Added by Leszek Koltunski over 7 years ago

Progress with the 'Flag' test app.

View differences:

src/main/java/org/distorted/examples/flag/FlagRenderer.java
93 93
      }
94 94

  
95 95
///////////////////////////////////////////////////////////////////////////////////////////////////
96
   
96

  
97
    public static void setAmplitude(int a)
98
      {
99

  
100
      }
101

  
102
///////////////////////////////////////////////////////////////////////////////////////////////////
103

  
104
    public static void setLength(int l)
105
      {
106

  
107
      }
108

  
109
///////////////////////////////////////////////////////////////////////////////////////////////////
110

  
111
    public static void setAngleA(int a)
112
      {
113

  
114
      }
115

  
116
///////////////////////////////////////////////////////////////////////////////////////////////////
117

  
118
    public static void setAngleB(int b)
119
      {
120

  
121
      }
122

  
123
///////////////////////////////////////////////////////////////////////////////////////////////////
124

  
125
    public static void setNoise(Static5D noise)
126
      {
127

  
128
      }
129

  
130
///////////////////////////////////////////////////////////////////////////////////////////////////
131

  
97 132
    public void onDrawFrame(GL10 glUnused) 
98 133
      {
99 134
      GLES20.glClearColor(0.0f, 0.0f, 0.0f, 1.0f);

Also available in: Unified diff