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/mesh/MeshCubes.java
20 20

  
21 21
package org.distorted.library.mesh;
22 22

  
23
import org.distorted.library.main.DistortedLibrary;
23 24
import org.distorted.library.type.Static4D;
24 25

  
25 26
import java.util.ArrayList;
......
771 772
     mInflateY = null;
772 773

  
773 774
     if( currVert!=numVertices )
774
       android.util.Log.e("MeshCubes", "currVert " +currVert+" numVertices="+numVertices );
775
       DistortedLibrary.logMessage("MeshCubes: currVert " +currVert+" numVertices="+numVertices );
775 776

  
776 777
     setAttribs(attribs1,attribs2);
777 778
     }

Also available in: Unified diff