Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 13, 2009, 11:21:40 AM (15 years ago)
Author:
rgrieder
Message:

Resolved projectile targeting problem by introducing a ClassTreeMask. It's a bit hacky but currently I don't see another quick way.
There is a problem though: The weapons aim into other directions while rolling the space ship…
I just couldn't figure it out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/steering/src/orxonox/worldentities/ControllableEntity.h

    r6045 r6055  
    142142            inline Controller* getController() const
    143143                { return this->controller_; }
    144             inline void setController(Controller* c)
    145                 { this->controller_ = c; }
     144            inline void setController(Controller* val)
     145                { this->controller_ = val; }
    146146
    147147        protected:
Note: See TracChangeset for help on using the changeset viewer.