Project

General

Profile

« Previous | Next » 

Revision af4cc5db

Added by Leszek Koltunski about 7 years ago

Simplify yesterday's refactoring.

View differences:

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

  

Also available in: Unified diff