Project

General

Profile

« Previous | Next » 

Revision ebb06a48

Added by Leszek Koltunski almost 7 years ago

Bugfixes for the recent 'Effect classes' API change.

View differences:

src/main/java/org/distorted/examples/glow/GlowRenderer.java
106 106
        root.attach(node);
107 107
        }
108 108

  
109
      makeGlow(0);
110

  
111
      mScreen = new DistortedScreen(mView);
112
      mScreen.attach(root);
113

  
114 109
      mMove = new Static3D(0,0,0);
115 110
      mScale= new Static3D(1,1,1);
116 111

  
......
140 135

  
141 136
        mGlow[leaf] = new PostprocessEffectGlow(radius,color);
142 137
        }
138

  
139
      makeGlow(0);
140

  
141
      mScreen = new DistortedScreen(mView);
142
      mScreen.attach(root);
143 143
      }
144 144

  
145 145
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff