Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3449 in orxonox.OLD for orxonox/trunk/src/world_entity.h


Ignore:
Timestamp:
Mar 2, 2005, 2:23:47 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: documented orxonox.cc/h world.cc/h vector.cc/h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entity.h

    r3396 r3449  
    2222  virtual ~WorldEntity ();
    2323
    24   OBJModel* model;
     24  OBJModel* model;                  //!< The model that should be loaded for this entity.
    2525 
    2626  void setCollision (CollisionCluster* newhull);
     
    4545 
    4646 private:
    47   const bool bFree;     
    48   bool bCollide;
    49   bool bDraw;
     47  const bool bFree;                   //!< If the entity is free.
     48  bool bCollide;                      //!< If it should be considered for the collisiontest.
     49  bool bDraw;                         //!< If it should be visible.
    5050
    51   CollisionCluster* collisioncluster;
     51  CollisionCluster* collisioncluster; //!< The collision-Cluster of this entity.
    5252};
    5353
Note: See TracChangeset for help on using the changeset viewer.