Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 24, 2018, 4:00:22 PM (6 years ago)
Author:
landauf
Message:

attach Planets to MovableEntities to make them move (Planets are static now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cegui0.8_ogre1.9/data/levels/pirateAttack.oxw

    r9939 r11808  
    532532        </StaticEntity>
    533533    <!--Planet with asteroid belt-->
    534     <Planet mesh="iceplanet.mesh" position="2600,4300,-20000" scale=1000 atmosphere="atmosphere1" atmospheresize=224.0f imagesize=1024.0f/>
     534    <MovableEntity position="2600,4300,-20000" scale=1000>
     535        <attached>
     536            <Planet mesh="iceplanet.mesh" atmosphere="atmosphere1" atmospheresize=224.0f imagesize=1024.0f/>
     537        </attached>
     538    </MovableEntity>
    535539    <StaticEntity position="2600,4300,-20000" collisionType=static>
    536540          <collisionShapes>
Note: See TracChangeset for help on using the changeset viewer.