Changeset 2422 for GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA
- Timestamp:
- 06/08/07 00:05:53 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/FPSarm.material
r2417 r2422 192 192 { 193 193 update_interval 1 194 update_all_face false194 update_all_face true 195 195 distance_calc false 196 196 face_angle_calc false -
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaHallBase.hlsl
r2417 r2422 129 129 //do Path Map to gather indirect illumination 130 130 131 //float4 indirect = PathMapIndirect(PathMap, WeightIndexMap, WeightMap, IN.texCoord2.zw) * 1.2;132 //indirect *= diffuseColor;133 //Color = Color + indirect ;131 float4 indirect = PathMapIndirect(PathMap, WeightIndexMap, WeightMap, IN.texCoord2.zw) * 1.2; 132 indirect *= diffuseColor; 133 //Color = Color + indirect * 1.5; 134 134 135 Color += lightPower1 * diffuseColor * 0.0005;135 //Color += lightPower1 * diffuseColor * 0.0005; 136 136 137 137 //gather caustics for all casters -
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/SkinningVS.cg
r2417 r2422 47 47 out float4 oPosition : POSITION, 48 48 out float3 cPos:TEXCOORD0, 49 uniform float3x4 worldMatrix3x4Array[6 7],49 uniform float3x4 worldMatrix3x4Array[69], 50 50 uniform float4x4 viewMatrix, 51 51 uniform float4x4 viewProjectionMatrix) -
GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/moria.material
r2417 r2422 23 23 //RenderTechnique PathMap 24 24 //{ 25 // 25 //// pass_blending one zero 26 26 // new_passes false 27 27 // start_tex_id 3
Note: See TracChangeset
for help on using the changeset viewer.