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/MeshPolygon.java
21 21
package org.distorted.library.mesh;
22 22

  
23 23
///////////////////////////////////////////////////////////////////////////////////////////////////
24

  
25
import org.distorted.library.main.DistortedLibrary;
26

  
24 27
/**
25 28
 * Create a polygon of any shape and varying elevations from the edges towards the center.
26 29
 * <p>
......
278 281
    buildGrid(attribs1,attribs2);
279 282

  
280 283
    if( remainingVert!=0 )
281
      android.util.Log.d("MeshPolygon", "remainingVert " +remainingVert );
284
      DistortedLibrary.logMessage("MeshPolygon: remainingVert " +remainingVert );
282 285

  
283 286
    if( centerX!=0.0f || centerY!=0.0f )
284 287
      {

Also available in: Unified diff