Revision 32e96fff
Added by Leszek Koltunski about 3 years ago
| src/main/java/org/distorted/examples/glow/GlowRenderer.java | ||
|---|---|---|
| 48 | 48 |
{
|
| 49 | 49 |
private static final float HALO_TO_RADIUS = 0.2f; |
| 50 | 50 |
|
| 51 |
private GLSurfaceView mView; |
|
| 52 |
private DistortedTexture mLeaf; |
|
| 53 |
private DistortedScreen mScreen; |
|
| 54 |
private PostprocessEffectGlow mGlow; |
|
| 55 |
private Static3D mScale; |
|
| 56 |
private Static2D mHaloRadius; |
|
| 57 |
private Static4D mColor; |
|
| 51 |
private final GLSurfaceView mView;
|
|
| 52 |
private final DistortedTexture mLeaf;
|
|
| 53 |
private final DistortedScreen mScreen;
|
|
| 54 |
private final PostprocessEffectGlow mGlow;
|
|
| 55 |
private final Static3D mScale;
|
|
| 56 |
private final Static2D mHaloRadius;
|
|
| 57 |
private final Static4D mColor;
|
|
| 58 | 58 |
|
| 59 | 59 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 60 | 60 |
|
Also available in: Unified diff
Partly merge the 'iap' branch.