Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 23, 2008, 4:00:05 PM (16 years ago)
Author:
FelixSchulthess
Message:

skybox script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/contentcreation/orx_artists/FelixSchulthess/skybox/rename.sh

    r5232 r5233  
    1818
    1919echo -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}"
     20echo -e "material Orxonox/${1}\n{"
     21echo -e "\ttechnique\n\t{"
     22echo -e "\t\tpass\n\t\t{"
     23echo -e "\t\t\tlighting off"
     24echo -e "\t\t\tdepth_write off"
     25echo -e "\t\t\ttexture_unit\n\t\t\t{"
     26echo -e "\t\t\t\tcubic_texture ${1}.jpg separateUV"
     27echo -e "\t\t\t\ttex_address_mode clamp"
     28echo -e "\t\t\t}\n\t\t}\n\t}\n}"
Note: See TracChangeset for help on using the changeset viewer.