Changeset 5233 for data/contentcreation/orx_artists/FelixSchulthess/skybox
- Timestamp:
- Oct 23, 2008, 4:00:05 PM (16 years ago)
- Location:
- data/contentcreation/orx_artists/FelixSchulthess/skybox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
data/contentcreation/orx_artists/FelixSchulthess/skybox/rename.sh
r5232 r5233 18 18 19 19 echo -e "creating material script:\n" 20 echo -e "material Orxonox/${1}{\n\ttechnique{\n\t\tpass{\n\t\t\tlighting off\n\t\t\tdepth_write off\n\t\t\ttexture_unit{\n\t\t\t\tcubic_texture ${1}.jpg separateUV\n\t\t\t\ttex_address_mode clamp\n\t\t\t}\n\t\t}\n\t}\n}" 20 echo -e "material Orxonox/${1}\n{" 21 echo -e "\ttechnique\n\t{" 22 echo -e "\t\tpass\n\t\t{" 23 echo -e "\t\t\tlighting off" 24 echo -e "\t\t\tdepth_write off" 25 echo -e "\t\t\ttexture_unit\n\t\t\t{" 26 echo -e "\t\t\t\tcubic_texture ${1}.jpg separateUV" 27 echo -e "\t\t\t\ttex_address_mode clamp" 28 echo -e "\t\t\t}\n\t\t}\n\t}\n}"
Note: See TracChangeset
for help on using the changeset viewer.