Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5385


Ignore:
Timestamp:
Dec 17, 2008, 10:29:28 AM (15 years ago)
Author:
FelixSchulthess
Message:

added axels model

Location:
data/media
Files:
5 added
2 edited

Legend:

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

    r5381 r5385  
    1111        <Scene
    1212                ambientlight = "0.8, 0.8, 0.8"
    13                 skybox = "Orxonox/skypanoramagen1"
     13                skybox = "Orxonox/skypanoramagen1"     
    1414        >
    1515
     
    5858        <Planet position="1500,0,-5000" scale=1000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="1,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f />
    5959   
     60<!-------------------------------------------------------------------->
     61        <!--UEA Transporter T036-03-->
     62    <MovableEntity position="-500,-300,-800" velocity="60,0,0" rotationaxis="1,-1,-1" rotationrate=0>
     63      <attached>
     64                <Model position="0,0,0" scale=20 roll=0 pitch=-90 yaw=0 mesh="UEATransporter036.mesh" />
     65               
     66                <!--Engine Front Right-->
     67                <MovableEntity position="120,14,70" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0>
     68                        <attached>
     69                                <Model position="0,0,0" scale=20 roll=-90 pitch=-90     yaw=90 mesh="UEATransporter036T.mesh" />
     70                                        <MovableEntity position="0,0,35" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0>
     71                                                <attached>
     72                                                        <ParticleEmitter pitch=0 roll=180 position="0,0,0" source="Orxonox/smoke5" lifetime=2.0 loop=1 startdelay=3.0 />
     73                                                </attached>
     74                                        </MovableEntity>
     75                        </attached>
     76                </MovableEntity>
     77               
     78                <!--Engine Front Left-->
     79                <MovableEntity position="120,14,-70" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0>
     80                        <attached>
     81                                <Model position="0,0,0" scale=20 roll=90        pitch=-90       yaw=90 mesh="UEATransporter036T.mesh" />
     82                                        <MovableEntity position="0,-60,-35" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0>
     83                                                <attached>
     84                                                <!--ParticleEmitter pitch=0 roll=180 position="0,0,0" source="Orxonox/engineglow" lifetime=2.0 loop=1 startdelay=3.0 /-->
     85                                                </attached>
     86                                        </MovableEntity>
     87                        </attached>
     88                </MovableEntity>
     89
     90                <!--Engine Back Right-->
     91                <MovableEntity position="-90,30,70" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0>
     92                        <attached>
     93                                <Model position="0,0,0" scale=20 roll=-90       pitch=0         yaw=90 mesh="UEATransporter036T.mesh" />
     94                                        <MovableEntity position="-60,0,35" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0>
     95                                                <attached>
     96                                                <ParticleEmitter pitch=0 roll=180 position="0,0,0" source="Orxonox/engineglow" lifetime=2.0 loop=1 startdelay=3.0 />
     97                                                </attached>
     98                                        </MovableEntity>
     99                        </attached>
     100                </MovableEntity>
     101
     102                <!--Engine Back Left-->
     103                <MovableEntity position="-90,30,-70" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0>
     104                        <attached>
     105                                <Model position="0,0,0" scale=20 roll=90        pitch=0         yaw=90 mesh="UEATransporter036T.mesh" />
     106                                        <MovableEntity position="-60,0,-35" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0>
     107                                                <attached>
     108                                                <ParticleEmitter pitch=0 roll=180 position="0,0,0" source="Orxonox/engineglow" lifetime=2.0 loop=1 startdelay=3.0 />
     109                                                </attached>
     110                                        </MovableEntity>
     111                        </attached>
     112                </MovableEntity>
     113      </attached>
     114    </MovableEntity>
     115        <!--T036-03 End-->
     116<!----------------------------------------------->
    60117
    61118        <ParticleSpawner position="0,0,0" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0>
  • data/media/levels/sample2.oxw

    r5327 r5385  
    5252        <MovableEntity position="-4,0,0" velocity="0,0,0" rotationaxis="0,0,1" rotationrate=50>
    5353          <attached>
    54             <Model position="4,0,0" scale=10 mesh="satellitedish.mesh"/>
     54            <Model position="4,0,0" scale=10 mesh="badsatellitedish.mesh"/>
    5555          </attached>
    5656        </MovableEntity>
Note: See TracChangeset for help on using the changeset viewer.