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/DistortedCubesGrid.java
776 776
     android.util.Log.d("CUBES", "normal: "  +debug(  normalData,3) );
777 777
     android.util.Log.d("CUBES", "texture: " +debug( textureData,2) );
778 778
     */
779
     android.util.Log.d("CUBES", "remainingVert " +remainingVert );
779

  
780
     if( remainingVert!=0 )
781
       android.util.Log.d("CUBES", "remainingVert " +remainingVert );
780 782

  
781 783
     mGridPositions = ByteBuffer.allocateDirect(POSITION_DATA_SIZE*dataLength*BYTES_PER_FLOAT).order(ByteOrder.nativeOrder()).asFloatBuffer();
782 784
     mGridPositions.put(positionData).position(0);

Also available in: Unified diff