- Timestamp:
- 03/01/07 22:48:05 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPBasic.material
r2179 r2181 40 40 material GTP/Basic/Depth 41 41 { 42 technique 42 technique maintechnique 43 43 { 44 pass 44 pass mainpass 45 45 { 46 46 cull_hardware clockwise … … 49 49 param_named_auto WorldViewProj worldviewproj_matrix 50 50 } 51 vertex_program_ref GTP/Basic/VDepth_PS51 fragment_program_ref GTP/Basic/VDepth_PS 52 52 { 53 53 } … … 58 58 material GTP/Basic/DepthCCW : GTP/Basic/Depth 59 59 { 60 technique 060 technique maintechnique 61 61 { 62 pass 062 pass mainpass 63 63 { 64 64 cull_hardware anticlockwise … … 79 79 param_named_auto WorldView worldview_matrix 80 80 } 81 vertex_program_ref GTP/Basic/CDepth_PS81 fragment_program_ref GTP/Basic/CDepth_PS 82 82 { 83 83 } … … 88 88 material GTP/Basic/Distance 89 89 { 90 technique 90 technique maintechnique 91 91 { 92 pass 92 pass mainpass 93 93 { 94 94 cull_hardware clockwise … … 107 107 material GTP/Basic/DistanceCCW : GTP/Basic/Distance 108 108 { 109 technique 0109 technique maintechnique 110 110 { 111 pass 0111 pass mainpass 112 112 { 113 113 cull_hardware anticlockwise … … 118 118 material GTP/Basic/Distance_Normalized 119 119 { 120 technique 120 technique maintechnique 121 121 { 122 pass 122 pass mainpass 123 123 { 124 124 cull_hardware clockwise … … 138 138 material GTP/Basic/Distance_NormalizedCCW : GTP/Basic/Distance_Normalized 139 139 { 140 technique 0140 technique maintechnique 141 141 { 142 pass 0142 pass mainpass 143 143 { 144 144 cull_hardware anticlockwise … … 160 160 max_light_count 1 161 161 vertex_program_name GTP/Basic/LightVPos_VS 162 fragment_program_name GTP/Basic/SM/Depth_ PS162 fragment_program_name GTP/Basic/SM/Depth_VSM_PS 163 163 set_light_view false 164 164 set_light_farplane false 165 world_view_proj_param_name WorldViewProj 166 world_param_name World 167 light_viewproj_param_name LightViewProj 165 168 } 166 169 }
Note: See TracChangeset
for help on using the changeset viewer.