Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3044


Ignore:
Timestamp:
May 24, 2009, 11:25:55 PM (15 years ago)
Author:
scheusso
Message:

clientside physics of pong now working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/netp3/src/orxonox/objects/worldentities/PongBall.cc

    r3043 r3044  
    5656    void PongBall::registerVariables()
    5757    {
     58        registerVariable( this->fieldWidth_ );
     59        registerVariable( this->fieldHeight_ );
     60        registerVariable( this->batlength_ );
     61        registerVariable( this->speed_ );
     62        registerVariable( this->relMercyOffset_ );
    5863        registerVariable( this->batID_[0] );
    5964        registerVariable( this->batID_[1], variableDirection::toclient, new NetworkCallback<PongBall>( this, &PongBall::applyBats) );
Note: See TracChangeset for help on using the changeset viewer.