Project

General

Profile

« Previous | Next » 

Revision 8ca9f899

Added by Leszek Koltunski about 7 years ago

Introduce Renderable to the Tree.

View differences:

src/main/java/org/distorted/library/Distorted.java
44 44
   * This way we can have two DistortedTextures, both backed up by the same Bitmap, to which we can
45 45
   * apply different effects. Used in the copy constructor.
46 46
   */
47
  public static final int CLONE_BITMAP  = 0x1;
47
  public static final int CLONE_RENDERABLE = 0x1;
48 48
  /**
49 49
   * When creating an instance of a DistortedEffects from another instance, clone the Matrix Effects.
50 50
   * <p>

Also available in: Unified diff