Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2006, 2:52:29 PM (17 years ago)
Author:
bknecht
Message:

connected the track with the worldentities and the spaceship

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/world_entity.cc

    r10088 r10096  
    168168void WorldEntity::addTrack(const TiXmlElement* root)
    169169{
     170     
     171  this->entityTrack = new Track();
     172  this->setParent(this->entityTrack->getTrackNode());
     173  this->entityTrack->getTrackNode()->setParentMode(PNODE_ALL);
    170174  LOAD_PARAM_START_CYCLE(root, element);
    171175  {
     
    174178  }
    175179  LOAD_PARAM_END_CYCLE(element);
     180 
     181
    176182}
    177183
     
    635641*/
    636642void WorldEntity::tick(float time)
    637 {}
     643{
     644}
    638645
    639646
Note: See TracChangeset for help on using the changeset viewer.