Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
568 B

  1. vs.1.1
  2. # DYNAMIC: "DOWATERFOG" "0..1"
  3. # STATIC: "DETAIL" "0..1"
  4. # STATIC: "ENVMAP" "0..1"
  5. # STATIC: "ENVMAPCAMERASPACE" "0..0"
  6. # STATIC: "ENVMAPSPHERE" "0..1"
  7. # STATIC: "VERTEXCOLOR" "0..1"
  8. # can't have envmapshere or envmapcameraspace without envmap
  9. # SKIP: !$ENVMAP && ( $ENVMAPSPHERE || $ENVMAPCAMERASPACE )
  10. # can't have both envmapsphere and envmapcameraspace
  11. # SKIP: $ENVMAPSPHERE && $ENVMAPCAMERASPACE
  12. #include "LightmappedGeneric_inc.vsh"
  13. &LightmappedGeneric( $DETAIL, $ENVMAP, $ENVMAPCAMERASPACE, $ENVMAPSPHERE,
  14. $VERTEXCOLOR );