Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2018, 11:45:27 AM (5 years ago)
Author:
linggj
Message:

some changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/WorldMap_HS18/data/levels/StoryModeMap.oxw

    r12101 r12110  
    2222    <Template link=lodtemplate_default />
    2323  </templates>
     24
     25   
     26
    2427  <?lua include("includes/notifications.oxi") ?>
    2528
     
    2831    skybox       = "Orxonox/Starbox"
    2932  >
     33   <StoryModeController position="0,0,0" collisionType="dynamic">
    3034
     35          <attached>
     36              <Model position="550,300,0" mesh="assff.mesh" scale=20  visible="true" />
     37          </attached>
    3138
     39          <collisionShapes>
     40              <BoxCollisionShape position="0,0,0" halfExtents="3,1,10" />
     41          </collisionShapes>
     42      </StoryModeController>
     43  <!--   <MovableEntity>
     44        <attached>
     45            <StaticEntity name=asdfasdf figureTemplate=smCont>
     46                <attached>
     47                </attached>
     48            </StaticEntity>
     49        </attached>
     50    </MovableEntity> -->
     51   
    3252    <StaticEntity position="0,0,0" direction="0,0,-1" >
    3353      <attached>
     
    3656         
    3757       
    38          <Model position="550,300,0" mesh="assff.mesh" scale=20  visible="true" orientation="-0.015,0.091,0.038,-0.995"/>
    39         <Model position="600,370,0" mesh="Coordinates.mesh" scale=10 />
     58         <Model position="550,300,0" mesh="assff.mesh" scale=20  visible="false" orientation="-0.015,0.091,0.038,-0.995"/>
    4059        <Billboard colour="1,1,0.05" position="600,370,-80"  material="Flares/lensflare" scale=4.5 />
    4160       
    4261
    4362        <Model position="100,350,-250" mesh="planets/moon.mesh" scale=100  visible="false"/>
    44          <Model position="50,300,-250" mesh="assff.mesh" scale=20  visible="true" orientation="-0.015,0.091,0.038,-0.995"/>
     63         <Model position="50,300,-250" mesh="assff.mesh" scale=20  visible="false" orientation="-0.015,0.091,0.038,-0.995"/>
    4564        <Billboard colour="1,1,0.05" position="100,350,-330"  material="Flares/lensflare" scale=4.5 />
    4665
    47         <Model position="-600,250,-500" mesh="planets/moon.mesh" scale=100 />
     66        <Model position="-600,250,-500" mesh="planets/moon.mesh" scale=100 visible="false"/>
    4867        <Billboard colour="1,1,0.05" position="-600,250,-580"  material="Flares/lensflare" scale=5 />
    4968
     
    6988    </StaticEntity>
    7089
     90   
     91
    7192    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
    7293
Note: See TracChangeset for help on using the changeset viewer.