Changeset 8359 for data/branches/environment
- Timestamp:
- Apr 28, 2011, 6:41:22 PM (14 years ago)
- Location:
- data/branches/environment
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/environment/AUTHORS
r7766 r8359 1 Here we list the authors of all the media files in this repository. All files are released under the CC by-sa license which can be found in the LICENSE file in this directory, unless otherwise specified.1 Here we list the authors of all the media files in this repository. All files are released under the CC by-sa license which can be found in the LICENSE file in this directory, unless otherwise specified. 2 2 3 3 File Author … … 393 393 materials/ghost.material David Gassner 394 394 materials/Glass.material Fabian Landau? 395 materials/Godrays.compositor Markus Wegmann 396 materials/Godrays.material Markus Wegmann 395 397 materials/h2_green.material David Gassner 396 398 materials/hdr.material Fabian Landau? … … 531 533 programs/Example_Basic.hlsl Reto Grieder 532 534 programs/GlassFP.cg Fabian Landau? 535 programs/Godrays_raw.cg Markus Wegmann 536 programs/Godrays_blur.cg Markus Wegmann 533 537 programs/Grass.cg Reto Grieder 534 538 programs/GrayScale.cg Fabian Landau? -
data/branches/environment/materials/Godrays.material
r8357 r8359 35 35 source Godrays_blur.cg 36 36 entry_point godrays_blur 37 profiles fp 40 ps_3_037 profiles fp30 ps_3_0 38 38 } 39 39 … … 44 44 technique 45 45 { 46 46 texture_unit raw_decal 47 { 48 tex_address_mode border 49 tex_border_colour 0.0 0.0 0.0 1.0 // Set manually to sky color by api. 50 51 content_type compositor Godrays rt_raw 52 } 53 47 54 pass 48 55 { … … 62 69 source Godrays_blur.cg 63 70 entry_point godrays_combine 64 profiles fp 40 ps_3_071 profiles fp30 ps_3_0 65 72 } 66 73 … … 69 76 technique 70 77 { 78 texture_unit scene_decal 79 { 80 content_type compositor Godrays rt_scene 81 } 82 texture_unit blur_decal 83 { 84 content_type compositor Godrays rt_blur 85 } 86 71 87 pass 72 88 {
Note: See TracChangeset
for help on using the changeset viewer.