Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5347


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

files for planet

Location:
data/media
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/planettest.oxw

    r5326 r5347  
    3131
    3232
    33     <Planet position="0,0,-500" scale=100 mesh="earth.mesh" shadow=true atmospheresize=224.0f imagesize=1024.0f />
     33    <Planet position="2500,0,-9000" scale=1000 pitch=-90 mesh="earth.mesh" rotationaxis="0,0,1" rotationrate="0.1" atmospheresize=130.0f imagesize=1024.0f />
     34    <Planet position="0,0,-5001" scale=1000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="1,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f />
    3435    <Model position="0, 0,-100" pitch=-90 roll=-90 scale=4 mesh="assff.mesh" />
    3536
  • 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.