| 
                Last change
                  on this file since 1117 was
                  790,
                  checked in by nicolasc, 18 years ago
           | 
        
        
          | 
               
merged FICN back into trunk 
awaiting release. 
 
           | 
        
        | 
            File size:
            878 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | material Orxonox/StarSkyBox | 
|---|
| 2 | { | 
|---|
| 3 |         technique | 
|---|
| 4 |         { | 
|---|
| 5 |                 pass | 
|---|
| 6 |                 { | 
|---|
| 7 |                         lighting off | 
|---|
| 8 |                         depth_write off | 
|---|
| 9 |  | 
|---|
| 10 |                         texture_unit | 
|---|
| 11 |                         { | 
|---|
| 12 |                                 cubic_texture stars.jpg separateUV | 
|---|
| 13 |                                 tex_address_mode clamp | 
|---|
| 14 |                         } | 
|---|
| 15 |                 } | 
|---|
| 16 |         } | 
|---|
| 17 | } | 
|---|
| 18 |  | 
|---|
| 19 | material Orxonox/BlueStarSkyBox | 
|---|
| 20 | { | 
|---|
| 21 |         technique | 
|---|
| 22 |         { | 
|---|
| 23 |                 pass | 
|---|
| 24 |                 { | 
|---|
| 25 |                         lighting off | 
|---|
| 26 |                         depth_write off | 
|---|
| 27 |  | 
|---|
| 28 |                         texture_unit | 
|---|
| 29 |                         { | 
|---|
| 30 |                                 cubic_texture bluestar.png separateUV | 
|---|
| 31 |                                 tex_address_mode clamp | 
|---|
| 32 |                         } | 
|---|
| 33 |                 } | 
|---|
| 34 |         } | 
|---|
| 35 | } | 
|---|
| 36 |  | 
|---|
| 37 | material Orxonox/StarfieldSkyBox | 
|---|
| 38 | { | 
|---|
| 39 |         technique | 
|---|
| 40 |         { | 
|---|
| 41 |                 pass | 
|---|
| 42 |                 { | 
|---|
| 43 |                         lighting off | 
|---|
| 44 |                         depth_write off | 
|---|
| 45 |  | 
|---|
| 46 |                         texture_unit | 
|---|
| 47 |                         { | 
|---|
| 48 |                                 cubic_texture starfield.jpg separateUV | 
|---|
| 49 |                                 tex_address_mode clamp | 
|---|
| 50 |                         } | 
|---|
| 51 |                 } | 
|---|
| 52 |         } | 
|---|
| 53 | } | 
|---|
| 54 |  | 
|---|
| 55 | material Orxonox/LoadingScreenSample | 
|---|
| 56 | { | 
|---|
| 57 |    technique | 
|---|
| 58 |    { | 
|---|
| 59 |       pass | 
|---|
| 60 |       { | 
|---|
| 61 |           | 
|---|
| 62 |          depth_writing off | 
|---|
| 63 |  | 
|---|
| 64 |          texture_unit | 
|---|
| 65 |          { | 
|---|
| 66 |             texture sample_loading.jpg | 
|---|
| 67 |          } | 
|---|
| 68 |       } | 
|---|
| 69 |    } | 
|---|
| 70 | }  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.