Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8359 for data


Ignore:
Timestamp:
Apr 28, 2011, 6:41:22 PM (13 years ago)
Author:
marwegma
Message:

Godrays: Fixed some syntax stuff with the compositor-material interface.

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.
     1Here 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.
    22
    33File                                                        Author
     
    393393materials/ghost.material                                    David Gassner
    394394materials/Glass.material                                    Fabian Landau?
     395materials/Godrays.compositor                                Markus Wegmann
     396materials/Godrays.material                                  Markus Wegmann
    395397materials/h2_green.material                                 David Gassner
    396398materials/hdr.material                                      Fabian Landau?
     
    531533programs/Example_Basic.hlsl                                 Reto Grieder
    532534programs/GlassFP.cg                                         Fabian Landau?
     535programs/Godrays_raw.cg                                     Markus Wegmann
     536programs/Godrays_blur.cg                                    Markus Wegmann
    533537programs/Grass.cg                                           Reto Grieder
    534538programs/GrayScale.cg                                       Fabian Landau?
  • data/branches/environment/materials/Godrays.material

    r8357 r8359  
    3535    source Godrays_blur.cg
    3636    entry_point godrays_blur
    37     profiles fp40 ps_3_0
     37    profiles fp30 ps_3_0
    3838}
    3939
     
    4444    technique
    4545    {
    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
    4754        pass
    4855        {
     
    6269    source Godrays_blur.cg
    6370    entry_point godrays_combine
    64     profiles fp40 ps_3_0
     71    profiles fp30 ps_3_0
    6572}
    6673
     
    6976    technique
    7077    {
     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
    7187        pass
    7288        { 
Note: See TracChangeset for help on using the changeset viewer.