Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2008, 10:53:44 PM (16 years ago)
Author:
rgrieder
Message:

Minor changes and added localInertia_ to worldentity for faster access.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics_merge/src/orxonox/objects/worldentities/MobileEntity.cc

    r2442 r2452  
    5151        this->angularAcceleration_ = Vector3::ZERO;
    5252        this->angularVelocity_     = Vector3::ZERO;
    53 
    54         this->registerVariables();
    5553    }
    5654
     
    6664        XMLPortParamTemplate(MobileEntity, "rotationaxis", setRotationAxis, getRotationAxis, xmlelement, mode, const Vector3&);
    6765        XMLPortParam(MobileEntity, "rotationrate", setRotationRate, getRotationRate, xmlelement, mode);
    68     }
    69 
    70     void MobileEntity::registerVariables()
    71     {
    7266    }
    7367
Note: See TracChangeset for help on using the changeset viewer.