Changeset 2163 for GTP/trunk/App/Demos/Illum/Ogre/Media/Demo/tower.material
- Timestamp:
- 02/26/07 09:48:36 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/Demo/tower.material
r2157 r2163 22 22 material towermaterial 23 23 { 24 technique 24 technique maintechnique 25 25 { 26 pass 26 pass mainpass 27 27 { 28 28 vertex_program_ref GTP/Demo/BumpMapped_VS … … 38 38 { 39 39 param_named HEIGHT_SCALE float 0.16 40 param_named HEIGHT_BIAS float -0.04 40 param_named HEIGHT_BIAS float -0.04 41 41 param_named textureRepeat float 6 42 42 } … … 47 47 colour_op replace 48 48 } 49 texture_unit 49 texture_unit detail 50 50 { 51 texture tower wall.bmp51 texture towerdetailgrey.bmp 52 52 tex_coord_set 1 53 53 colour_op modulate … … 59 59 } 60 60 61 } 62 63 } 64 } 65 66 material wallmaterial : towermaterial 67 { 68 technique maintechnique 69 { 70 pass mainpass 71 { 72 texture_unit detail 73 { 74 texture walldetailgrey.bmp 75 tex_coord_set 1 76 colour_op modulate 77 } 61 78 } 62 79 … … 90 107 texture_unit 91 108 { 92 texture tower wall.bmp109 texture towerdetail.bmp 93 110 tex_coord_set 1 94 111 colour_op modulate … … 105 122 } 106 123 107 material towermaterialNoBump108 {109 technique110 {111 pass112 {113 ambient 1 1 1 1114 diffuse 1 1 1 1115 specular 0 0 0 0116 emissive 0 0 0117 118 texture_unit119 {120 texture stone.bmp121 tex_coord_set 0122 }123 texture_unit124 {125 texture towerwall.bmp126 tex_coord_set 1127 colour_op modulate128 }129 }130 131 }132 }
Note: See TracChangeset
for help on using the changeset viewer.