Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2011, 7:58:56 PM (13 years ago)
Author:
marwegma
Message:

Godrays: Fixed some parsing errors in the material and compositor scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/branches/environment/materials/Godrays.compositor

    r8357 r8387  
    1414        target rt_raw
    1515        {
    16             clear
     16            pass clear
    1717            {
    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                }
    2023            }
    2124
    22             render_scene // render_custom?
     25            pass render_scene // render_custom?
    2326            {
    2427                first_render_queue 40
     
    2831            }
    2932
    30             render_scene
     33            pass render_scene
    3134            {
    3235                first_render_queue 60
     
    4144        target rt_blur
    4245        {
    43             render_quad
     46            pass render_quad
    4447            {
    4548                material Godrays/Blur
     
    5255        target_output
    5356        {
    54             render_quad
     57            pass render_quad
    5558            {
    5659                material Godrays/Combine
Note: See TracChangeset for help on using the changeset viewer.