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/newnewnewspacerace.oxw

    r11783 r11808  
    109109
    110110    <!-- ------------------Planet----------------- -->
    111     <Planet position="25000,5000,5000" scale=3000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="8,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f />
     111    <MovableEntity position="25000,5000,5000" scale=3000 pitch=-90 rotationaxis="8,1,0" rotationrate="1">
     112        <attached>
     113            <Planet mesh="iceplanet.mesh" atmosphere="atmosphere1" atmospheresize=224.0f imagesize=1024.0f />
     114        </attached>
     115    </MovableEntity>
    112116    <StaticEntity position="0,0,0" collisionType=static>
    113117        <collisionShapes>
Note: See TracChangeset for help on using the changeset viewer.