Changeset 5288 for data/media/materials/scripts
- Timestamp:
- Nov 26, 2008, 3:21:46 PM (16 years ago)
- Location:
- data/media/materials/scripts
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/materials/scripts/planet.material
r5196 r5288 9 9 diffuse 0.800000 0.800000 0.800000 1.000000 10 10 emissive 0.000000 0.000000 0.000000 1.000000 11 11 12 texture_unit 12 13 { 13 texture planet .jpg14 texture planet1024.jpg 14 15 colour_op modulate 15 16 } … … 24 25 } 25 26 } 27 28 29 material planet/Atmosphere 30 { 31 technique 32 { 33 pass 34 { 35 lighting off 36 scene_blend alpha_blend 37 depth_check on 38 39 lod_index 0 40 texture_unit 41 { 42 texture atmospheretype3.tga 43 } 44 } 45 } 46 } 47 48 49
Note: See TracChangeset
for help on using the changeset viewer.