mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 06:53:52 +00:00
added some comments
This commit is contained in:
parent
0a55fe0219
commit
6c15aec5e4
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue