Project

General

Profile

« Previous | Next » 

Revision 12f9e4bb

Added by Leszek Koltunski almost 6 years ago

a mix of two changes:

1) remove the DistortedInputSurface interface (now every Surface is Input)
2) make the OIT SSBO self-adjustable in size

View differences:

src/main/java/org/distorted/library/main/DistortedTexture.java
32 32
 * <p>
33 33
 * Create a Texture of arbitrary size and feed some pixels to it via the setTexture() method.
34 34
 */
35
public class DistortedTexture extends DistortedSurface implements DistortedInputSurface
35
public class DistortedTexture extends DistortedSurface
36 36
  {
37 37
  private Bitmap mBmp;
38 38

  

Also available in: Unified diff