Ignore:
Timestamp:
02/20/07 14:13:51 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPCaustic/GTPCaustic.material

    r2054 r2136  
    1515     param_named_auto cameraPos camera_position 
    1616     param_named lastCenter float3 0 0 0 
    17      param_named reflIndex float 0.85    
     17     param_named refIndex float 0.85     
    1818   } 
    1919   //cubemap of distances 
     
    7171     param_named_auto WorldView      worldview_matrix 
    7272     param_named_auto Proj           projection_matrix 
    73      param_named PhotonMapResolution float 32 
     73     param_named PhotonMapResolution float 64 
     74     param_named WorldSize float 10 
    7475   }  
    7576   fragment_program_ref GTP/Caustic/CauCube_Triangles_PS 
    7677   { 
    7778     param_named CausticColor float4 0.7 0.7 0.5 1 
     79      
    7880   } 
    7981   texture_unit 
     
    9597                        RenderTechnique ColorCubeMap 
    9698                        { 
    97                                 update_interval         0 
     99                                update_interval         1 
    98100                                update_all_face true                                                                     
    99101                        } 
    100102                        RenderTechnique DistanceCubeMap 
    101103                        { 
    102                                 update_interval         0 
     104                                update_interval         1 
    103105                                update_all_face true                                                                             
    104106                        } 
     
    106108                        { 
    107109                                attenuation     1000 
    108                                 photonmap_resolution 32 
     110                                update_interval 1 
     111                                update_all_face true 
     112                                photonmap_resolution 64 
    109113                                caustic_cubemap_resolution 256 
    110114                                photon_map_material     GTP/Caustic/PhotonMap_HitEnv 
    111                                 caustic_map_material    GTP/Caustic/CauCube_PointSprite 
    112                                 //caustic_map_material  GTP/Caustic/CauCube_Triangles 
    113                                 //use_triangles true 
    114                                 //blur_caustic_cubemap true                              
     115                                //caustic_map_material  GTP/Caustic/CauCube_PointSprite 
     116                                caustic_map_material    GTP/Caustic/CauCube_Triangles 
     117                                use_triangles   true 
     118                                blur_caustic_cubemap true                                
    115119                        } 
    116120                         
Note: See TracChangeset for help on using the changeset viewer.