- Timestamp:
- 10/26/06 15:33:57 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/kupola.material
r1629 r1683 44 44 { 45 45 texture falt2.tga 46 //texture rnl_cross.hdr 46 47 } 47 48 … … 110 111 } 111 112 113 vertex_program KuppolafalVS hlsl 114 { 115 source kupola.hlsl 116 entry_point vs 117 target vs_2_0 118 } 119 120 fragment_program KuppolafalPS hlsl 121 { 122 source kupola.hlsl 123 entry_point ps 124 target ps_3_0 125 } 112 126 113 127 material kupolafal_low … … 117 131 { 118 132 pass 119 { 120 133 { 134 121 135 texture_unit 122 136 { 123 texture falt2.tga 137 texture falt2.tga 124 138 } 125 139
Note: See TracChangeset
for help on using the changeset viewer.