Project

General

Profile

« Previous | Next » 

Revision af27df87

Added by Leszek Koltunski about 7 years ago

A lot of different fixes.

A lot of issues still there:

1) if we only render part of the tree, tree isomorphism will sometimes not work correctly
2) when we change Effects that are inside Trees mid-render, even if we detach() the affected parts of the Tree first, for the last frame the new Effects will be used
3) Something is wrong wil the System FBOs after app restart (Blur & MultiBlur apps work erratically)

View differences:

src/main/java/org/distorted/library/DistortedTexture.java
117 117
 */
118 118
  public DistortedTexture(int width, int height)
119 119
    {
120
    super(width,height,NOT_CREATED_YET);
120
    super(width,height,NOT_CREATED_YET,false);
121 121
    mBmp= null;
122 122
    }
123 123

  

Also available in: Unified diff