Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 17, 2014, 4:05:06 PM (10 years ago)
Author:
muemart
Message:

Move logic into controller, don't use bullet for rotations, and use WorldPosition in FormationController+ (good idea?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/turretFS14/src/orxonox/worldentities/WorldEntity.cc

    r10031 r10039  
    414414            else if (this->isDynamic())
    415415            {
     416                //hacky hack, really shouldn't do that
    416417                //orxout(internal_warning) << "Cannot attach a dynamic object to a WorldEntity." << endl;
    417418                //return false;
Note: See TracChangeset for help on using the changeset viewer.