Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2008, 8:01:34 PM (15 years ago)
Author:
runom
Message:

files for planet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/materials/scripts/planet.material

    r5313 r5347  
    3333        {
    3434                pass
    35                 {
     35                {depth_write off
    3636                        lighting off
    3737                        scene_blend alpha_blend
     
    4848
    4949
     50material planet/Atmosphere
     51{
     52        receive_shadows on
     53        technique
     54        {
     55                pass
     56                {depth_write off
     57                        lighting off
     58                        scene_blend alpha_blend
     59                        depth_check on
     60                       
     61                        lod_index 0
     62                        texture_unit
     63                        {
     64                                texture atmospheretype1.tga
     65                        }                       
     66                }
     67        }
     68}
    5069
     70
     71
Note: See TracChangeset for help on using the changeset viewer.