Changeset 2429


Ignore:
Timestamp:
06/08/07 11:08:01 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/Media
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/PMDemo/PRMDemo.material

    r2422 r2429  
    77        IllumTechniques 
    88        { 
    9                 RenderTechnique PathMap 
    10                 { 
    11                 pass_blending one one 
    12                 } 
     9                //RenderTechnique PathMap 
     10                //{ 
     11                //      pass_blending one one 
     12                //} 
    1313                RenderTechnique DepthShadowReceiver 
    1414                { 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPBasicShading.hlsl

    r2422 r2429  
    8181        //color.rgb *= lightPower; 
    8282        //return 0; 
    83         return  (color) * tex2D(colorTex, IN.texCoord); 
     83        return  (color + 0.6) * tex2D(colorTex, IN.texCoord); 
    8484} 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPShadowMap_PS.hlsl

    r2422 r2429  
    1919#define DIST_EPSILON    0.001 
    2020 
    21 //#define shadowColor float4(0.95,0.95,0.95,1) 
    22 #define shadowColor float4(0.2,0.2,0.2,1) 
     21#define shadowColor float4(0.95,0.95,0.95,1) 
     22//#define shadowColor float4(0.2,0.2,0.2,1) 
    2323 
    2424float4 shadowMapDepth(LightVPos_OUT IN, 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPParticles/GTP_Particles.material

    r2425 r2429  
    5555            param_named_auto farplane far_clip_distance    
    5656            param_named_auto nearplane near_clip_distance 
    57             param_named color float4 1 1 1 0.1 
     57            param_named color float4 1 1 1 0.025 
    5858         } 
    5959         texture_unit 
     
    112112            param_named_auto farplane far_clip_distance    
    113113            param_named_auto nearplane near_clip_distance 
    114             param_named color float4 1 1 1 0.5 
     114            param_named color float4 1 1 1 0.1 
    115115         } 
    116116         texture_unit 
     
    326326                fragment_program_ref  GTP/HPS/IllumVolume_PS 
    327327                {  
    328                         param_named density float 0.2 
     328                        //param_named density float 0.005 
     329                        param_named density float 0.5 
    329330                } 
    330331                texture_unit 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPParticles/GTP_Particles.particle

    r2425 r2429  
    4242        renderer sprite 
    4343         
    44         material                GTP/HPS/Smoke_L_Depth_Illum 
    45 //      material GTP/HPS/Smoke_L_Depth 
     44//      material                GTP/HPS/Smoke_L_Depth_Illum 
     45        material GTP/HPS/Smoke_L_Depth 
    4646 
    4747        particle_width  1.6 
    4848    particle_height 1.6 
    4949    cull_each       false 
    50     quota           200 
     50    quota           40 
    5151    sorted                      true 
    5252    //billboard_type  point 
     
    8787        renderer sprite 
    8888         
    89         //material              GTP/SBB/Basic 
    90         material                GTP/SBB/Illum 
     89        material                GTP/SBB/Basic 
     90        //material              GTP/SBB/Illum 
    9191 
    9292        particle_width  72 
    9393    particle_height 72 
    9494    cull_each       false 
    95     quota           6000 
     95    quota           4800 
    9696    sorted                      true 
    9797    //billboard_type  point 
     
    105105 
    106106        angle           30 
    107         emission_rate   60 
     107        emission_rate   480 
    108108        time_to_live    10 
    109109        direction       0 1 0 
     
    136136    particle_height 45 
    137137    cull_each       false 
    138     quota           400 
     138    quota           120 
    139139    //billboard_type  point 
    140140     
Note: See TracChangeset for help on using the changeset viewer.