Skip to content

Commit

Permalink
added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gugus committed Jan 23, 2012
1 parent 0a55fe0 commit 6c15aec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bullet/physic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ namespace Physic

std::string mName;

/**
*NPC scenenode is located on there feet, and you can't simply translate a btShape, so this vector is used
*each time get/setposition is called.
*/
btVector3 mTranslation;
};

Expand Down

0 comments on commit 6c15aec

Please sign in to comment.