1
0
Fork 1
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:
gugus 2012-01-23 22:16:08 +01:00
parent 0a55fe0219
commit 6c15aec5e4

View file

@ -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;
};