Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7114


Ignore:
Timestamp:
Jun 3, 2010, 4:14:20 PM (14 years ago)
Author:
dave
Message:
 
Location:
data/trunk/materials
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/materials/scripts/Example.material

    r5513 r7114  
    354354                        {
    355355                                texture flare2.tga
     356                        }
     357                }
     358        }
     359}
     360material Examples/Flaredrei
     361{
     362        technique
     363        {
     364                pass
     365                {
     366                        lighting off
     367                        scene_blend add
     368                        depth_write off
     369
     370                        texture_unit
     371                        {
     372                                texture flare3.tga
    356373                        }
    357374                }
  • data/trunk/materials/scripts/Trail.material

    r5313 r7114  
    1717        }
    1818}
     19
     20
     21material Trail/backlighttrailzwei
     22{
     23        technique
     24        {
     25                pass
     26                {
     27                        lighting off
     28                        scene_blend alpha_blend
     29                        depth_check on
     30                        depth_write off
     31
     32                        texture_unit
     33                        {
     34                                texture backlighttrail2.tga
     35                        }
     36                }
     37        }
     38}
Note: See TracChangeset for help on using the changeset viewer.