Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/demos/Media/target.material @ 21

Last change on this file since 21 was 21, checked in by nicolasc, 17 years ago

added ogreode and Colladaplugin

File size: 242 bytes
Line 
1material OgreOdeDemos/TargetSights
2{
3    technique
4    {
5        pass
6        {
7          lighting off
8          scene_blend alpha_blend
9            texture_unit
10            {
11               texture target.png
12            }
13        }
14    }
15}
Note: See TracBrowser for help on using the repository browser.