Project

General

Profile

« Previous | Next » 

Revision bcbd5b45

Added by Leszek Koltunski about 4 years ago

Adjustment to Static's API.

View differences:

src/main/java/org/distorted/examples/glow/GlowRenderer.java
106 106
   float setGlowAlpha(float glow)
107 107
     {
108 108
     float alpha = glow/100.0f;
109
     mColor.set4(alpha);
109
     mColor.set3(alpha);
110 110
     return alpha;
111 111
     }
112 112

  

Also available in: Unified diff