Ignore:
Timestamp:
04/30/06 00:55:23 (18 years ago)
Author:
igarcia
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/media/maple/leaves/mapleLeavesMaterial.material

    r861 r864  
    7272                        { 
    7373                                texture mapleMergedBillboardsDiffuseColorAtlas0.png 
    74                                 filtering none none none                 
     74                                filtering none   
    7575                        } 
    7676                } 
     
    100100                        { 
    101101                                param_named sourceTextureSize float 16.0 
    102                                 param_named numSamples float 16.0 
    103102                                param_named sqrtNumSamples float 4.0 
    104103                        } 
     
    113112                        { 
    114113                                texture mapleRotatedLeafAtlasDefault.png 
     114                                filtering none 
    115115                        } 
    116116                } 
     
    129129                        lighting off 
    130130                         
    131                         vertex_program_ref indirectTexturingDefault_VP20 
    132                         {                                                         
    133                                 param_named_auto worldviewproj worldviewproj_matrix 
    134                         } 
    135  
    136                         fragment_program_ref indirectTexturingDefault_FP20 
    137                         { 
     131                        //vertex_program_ref indirectTexturingDefault_VP20 
     132                        //{                                                       
     133                        //      param_named_auto worldviewproj worldviewproj_matrix 
     134                        //} 
     135 
     136                        //fragment_program_ref indirectTexturingDefault_FP20 
     137                        //{ 
     138                        //      param_named sourceTextureSize float 16.0 
     139                        //      param_named sqrtNumSamples float 4.0 
     140                        //} 
     141 
     142                        vertex_program_ref indirectTexturingDefault_glsl_VP20 
     143                        { 
     144                        } 
     145 
     146                        fragment_program_ref  indirectTexturingDefault_glsl_FP20 
     147                        { 
     148                                param_named indirectTexture int 0 
     149                                param_named sourceTexture int 1 
    138150                                param_named sourceTextureSize float 16.0 
    139                                 param_named numSamples float 16.0 
    140151                                param_named sqrtNumSamples float 4.0 
    141                         } 
    142  
    143                         //vertex_program_ref indirectTexturingDefault_glsl_VP20 
    144                         //{ 
    145                         //} 
    146  
    147                         //fragment_program_ref  indirectTexturingDefault_glsl_FP20 
    148                         //{ 
    149                         //      param_named indirectTexture int 0 
    150                         //      param_named sourceTexture int 1 
    151                         //      param_named sourceTextureSize float 16.0 
    152                         //      param_named numSamples float 16.0 
    153                         //      param_named sqrtNumSamples float 4.0 
    154                         //} 
    155  
    156                         texture_unit 
    157                         { 
    158                                 texture mapleIndirectBillboardGroupAtlas0.png 
    159                                 filtering none 
    160                         } 
    161  
    162                         texture_unit 
    163                         { 
    164                                 texture mapleRotatedLeafAtlasDefault.png                                 
    165                         } 
    166                 } 
    167         } 
    168  
    169         // DIRECTX/HLSL Indirect texture debug 
     152                        } 
     153 
     154                        texture_unit 
     155                        { 
     156                                texture mapleIndirectBillboardGroupAtlas0.png 
     157                                filtering none 
     158                        } 
     159 
     160                        texture_unit 
     161                        { 
     162                                texture mapleRotatedLeafAtlasDefault.png 
     163                                filtering none 
     164                        } 
     165                } 
     166        } 
     167 
     168        // DIRECTX/HLSL Indirect texture debug leaf position 
    170169        // This technique render the billboard cloud using the indirect texturing 
    171170        // approach, a numeric texture is used in order to tweak the leaf positions 
     
    189188                        { 
    190189                                param_named sourceTextureSize float 16.0 
    191                                 param_named numSamples float 16.0 
    192190                                param_named sqrtNumSamples float 4.0 
    193191                        } 
     
    195193                        texture_unit 
    196194                        { 
    197                                 texture prunusIndirectBillboardGroupAtlas0.png 
     195                                texture mapleIndirectBillboardGroupAtlas0.png 
    198196                                filtering none 
    199197                        } 
     
    228226                        //{ 
    229227                        //      param_named sourceTextureSize float 16.0 
    230                         //      param_named numSamples float 16.0 
    231228                        //      param_named sqrtNumSamples float 4.0 
    232229                        //} 
     
    241238                                param_named sourceTexture int 1 
    242239                                param_named sourceTextureSize float 16.0 
    243                                 param_named numSamples float 16.0 
    244240                                param_named sqrtNumSamples float 4.0 
    245241                        } 
     
    247243                        texture_unit 
    248244                        { 
    249                                 texture prunusIndirectBillboardGroupAtlas0.png 
     245                                texture mapleIndirectBillboardGroupAtlas0.png 
    250246                                filtering none 
    251247                        } 
Note: See TracChangeset for help on using the changeset viewer.