home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 March / Gamestar_82_2006-03_dvd.iso / Dema / ankh_demo_en.exe / media / shared / programs.program < prev    next >
Text File  |  2005-01-31  |  863b  |  36 lines

  1. vertex_program vp_VertexLighting_OneLight_TwoTextures cg
  2. {
  3.   source lighting_one_light_two_textures.vp.cg.c
  4.   entry_point main
  5.   profiles vs_1_1 vs_2_0 vs_2_x vs_3_0 arbvp1 
  6. }
  7.  
  8. vertex_program vp_PassThrough_TwoTextures cg
  9. {
  10.   source pass_through_two_textures.vp.cg.c
  11.   entry_point main
  12.   profiles vs_1_1 vs_2_0 vs_2_x vs_3_0 arbvp1 
  13. }
  14.  
  15. vertex_program vp_PassThrough_TwoTextures_EnvMap cg
  16. {
  17.   source pass_through_two_textures_envmap.vp.cg.c
  18.   entry_point main
  19.   profiles vs_1_1 vs_2_0 vs_2_x vs_3_0 arbvp1 
  20. }
  21.  
  22. fragment_program fp_DiffuseLightmap_Default cg
  23. {
  24.   source diffuse_lightmap_default.fp.cg.c
  25.   entry_point main
  26.   profiles arbfp1 ps_2_0 ps_2_x ps_3_0 ps_3_x
  27.   //profiles ps_3_x
  28. }
  29.  
  30. fragment_program fp_DiffuseLightmap_EnvMap cg
  31. {
  32.   source diffuse_lightmap_envmap.fp.cg.c
  33.   entry_point main
  34.   profiles arbfp1 ps_2_0 ps_2_x ps_3_0 ps_3_x
  35.   //profiles ps_3_x
  36. }