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/main/DistortedNode.java
786 786
  public void debug(int depth)
787 787
    {
788 788
    String dbg = mEffects.debug(depth);
789
    android.util.Log.e("D", dbg);
789
    DistortedLibrary.logMessage(dbg);
790 790

  
791 791
    int numChildren = mChildren.getNumChildren();
792 792

  

Also available in: Unified diff