Project

General

Profile

« Previous | Next » 

Revision 16d8b8f3

Added by Leszek Koltunski over 7 years ago

DistortedFramebuffer should we working now, including deletions.

View differences:

src/main/java/org/distorted/library/DistortedBitmapGrid.java
175 175
      //android.util.Log.d("CUBES", "normal: "  +debug(  normalData,3) );
176 176
      //android.util.Log.d("CUBES", "texture: " +debug( textureData,2) );
177 177

  
178
      android.util.Log.d("BITMAP", "remainingVert " +remainingVert );
178
      if( remainingVert!=0 )
179
        android.util.Log.d("BITMAP", "remainingVert " +remainingVert );
179 180

  
180 181
      mGridPositions = ByteBuffer.allocateDirect(POSITION_DATA_SIZE*dataLength*BYTES_PER_FLOAT).order(ByteOrder.nativeOrder()).asFloatBuffer();
181 182
      mGridPositions.put(positionData).position(0);

Also available in: Unified diff