Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2010, 4:14:20 PM (14 years ago)
Author:
dave
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.