Ignore:
Timestamp:
Jul 6, 2012, 4:24:38 PM (11 years ago)
Author:
rez
Message:

debug shortcuts added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/neercs/video/text.lolfx

    r1585 r1588  
    3030    pass_Background = vec4(B, C, D, 1.0 - A);
    3131    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;
    3234
    3335    // This only works with glEnable(GL_VERTEX_PROGRAM_POINT_SIZE);
Note: See TracChangeset for help on using the changeset viewer.