Changeset 1588 for trunk/tools/neercs/video/text.lolfx
- Timestamp:
- Jul 6, 2012, 4:24:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/neercs/video/text.lolfx
r1585 r1588 30 30 pass_Background = vec4(B, C, D, 1.0 - A); 31 31 pass_Foreground = vec4(F, G, H, 1.0 - E); 32 if (B + C + D < 0.01) A = 1.0; 33 if (F + G + H < 0.01) E = 1.0; 32 34 33 35 // This only works with glEnable(GL_VERTEX_PROGRAM_POINT_SIZE);
Note: See TracChangeset
for help on using the changeset viewer.