Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 4:27:41 PM (16 years ago)
Author:
rgrieder
Message:
  • fixed the problem about the ship being static.
  • added SceneNode hierarchy support in parser
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/WorldEntity.cc

    r576 r580  
    5050            name << (WorldEntity::worldEntityCounter_s++);
    5151            this->setName("WorldEntity" + name.str());
    52             node_ = Orxonox::getSingleton()->getSceneManager()->getRootSceneNode()->createChildSceneNode(this->getName());
     52            // don't set the node yet!
     53            //node_ = Orxonox::getSingleton()->getSceneManager()->getRootSceneNode()->createChildSceneNode(this->getName());
    5354            std::cout << "blubbbi: " << this->getName() << " .. " << this->node_ << std::endl;
    5455        }
Note: See TracChangeset for help on using the changeset viewer.