Changeset 7784 for data/trunk/materials/OrxonoxSky.material
- Timestamp:
- Dec 21, 2010, 1:37:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/materials/OrxonoxSky.material
r7708 r7784 124 124 } 125 125 } 126 material Orxonox/skyBoxBasic 127 { 128 technique 129 { 130 pass 131 { 132 lighting off 133 depth_write off 126 134 135 texture_unit 136 { 137 cubic_texture skybox1.png separateUV 138 tex_address_mode clamp 139 } 140 } 141 } 142 } 143 material Orxonox/skyBoxSomeNebula 144 { 145 technique 146 { 147 pass 148 { 149 lighting off 150 depth_write off 151 152 texture_unit 153 { 154 cubic_texture skybox3.png separateUV 155 tex_address_mode clamp 156 } 157 } 158 } 159 } 160 material Orxonox/skyBoxMoreNebula 161 { 162 technique 163 { 164 pass 165 { 166 lighting off 167 depth_write off 168 169 texture_unit 170 { 171 cubic_texture skybox2.png separateUV 172 tex_address_mode clamp 173 } 174 } 175 } 176 } 127 177 material Orxonox/LoadingScreenSample 128 178 {
Note: See TracChangeset
for help on using the changeset viewer.