home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 April / Gamestar_72_2005-04_dvd.iso / Dema / Liquidator / Liquidator.tma / data / fonts / wst.sss < prev    next >
Text File  |  2003-11-03  |  952b  |  35 lines

  1. version 1.2
  2.  
  3. begin_material
  4.   surface_type(nodlight);
  5.   surface_type(alpha);
  6.   surface_type(nolightmaps);
  7.   surface_type(vertexcolor);
  8. end_material
  9.  
  10. begin_tech(high)
  11.   begin_lod
  12.     begin_textures
  13.       texture(0, fonts/wst.tga, nomipmaps|clamped|quality);
  14.     end_textures 
  15.     begin_pass
  16.       render_state(alpha,enable);
  17.       render_state(source_blend,source_alpha);
  18.       render_state(destination_blend,inverse_source_alpha);
  19.     begin_state
  20.       texture_state(color_operation,modulate);
  21.       texture_state(color_arg1,texture);
  22.       texture_state(color_arg2,diffuse);
  23.       texture_state(alpha_operation, modulate);
  24.       texture_state(alpha_arg1,texture);
  25.       texture_state(alpha_arg2,diffuse);
  26.         texture_state(address_u, clamp);
  27.         texture_state(address_v, clamp);
  28.      end_state
  29.      begin_state
  30.        texture_state(color_operation, disable);
  31.        end_state
  32.      end_pass
  33.   end_lod
  34. end_tech
  35.