Project

General

Profile

« Previous | Next » 

Revision 885b9cca

Added by Leszek Koltunski almost 7 years ago

Move all the knowledge about Vertex and Fragment effects to their respective classes.

View differences:

src/main/java/org/distorted/examples/projection/ProjectionRenderer.java
152 152
    
153 153
   public void onSurfaceCreated(GL10 glUnused, EGLConfig config) 
154 154
      {
155
      DistortedEffects.enableEffect(EffectName.DISTORT);
155
      VertexEffectDistort.enable();
156 156

  
157 157
      try
158 158
        {

Also available in: Unified diff