Changeset 8387 for data/branches/environment/materials/Godrays.compositor
- Timestamp:
- May 2, 2011, 7:58:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/environment/materials/Godrays.compositor
r8357 r8387 14 14 target rt_raw 15 15 { 16 clear16 pass clear 17 17 { 18 buffers colour 19 colour_value 0.0 0.0 0.0 1.0 // Clear by sky colour. Default is black. 18 clear 19 { 20 buffers colour depth stencil 21 colour_value 0.0 0.0 0.0 1.0 // Clear by sky colour. Default is black 22 } 20 23 } 21 24 22 render_scene // render_custom?25 pass render_scene // render_custom? 23 26 { 24 27 first_render_queue 40 … … 28 31 } 29 32 30 render_scene33 pass render_scene 31 34 { 32 35 first_render_queue 60 … … 41 44 target rt_blur 42 45 { 43 render_quad46 pass render_quad 44 47 { 45 48 material Godrays/Blur … … 52 55 target_output 53 56 { 54 render_quad57 pass render_quad 55 58 { 56 59 material Godrays/Combine
Note: See TracChangeset
for help on using the changeset viewer.