Project

General

Profile

« Previous | Next » 

Revision 8c57d77b

Added by Leszek Koltunski about 1 year ago

Decouple (to a large degree) the OpenGL Library from Android.

View differences:

src/main/java/org/distorted/library/effect/VertexEffect.java
21 21
package org.distorted.library.effect;
22 22

  
23 23
import org.distorted.library.effectqueue.EffectQueue;
24
import org.distorted.library.main.DistortedLibrary;
24 25
import org.distorted.library.type.Static1D;
25 26
import org.distorted.library.type.Static3D;
26 27
import org.distorted.library.type.Static4D;
......
97 98
          }
98 99
        catch(NoSuchMethodException ex)
99 100
          {
100
          android.util.Log.e("Effect", "exception getting method: "+ex.getMessage());
101
          DistortedLibrary.logMessage("VertexEffect: exception getting method: "+ex.getMessage());
101 102
          method = null;
102 103
          }
103 104

  
......
113 114
          }
114 115
        catch(Exception ex)
115 116
          {
116
          android.util.Log.e("Effect", "exception invoking method: "+ex.getMessage());
117
          DistortedLibrary.logMessage("VertexEffect: exception invoking method: "+ex.getMessage());
117 118
          }
118 119
        }
119 120
      }

Also available in: Unified diff