mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 12:35:46 +00:00
added some comments
This commit is contained in:
parent
0a55fe0219
commit
6c15aec5e4
@ -90,6 +90,10 @@ namespace Physic
|
|||||||
|
|
||||||
std::string mName;
|
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;
|
btVector3 mTranslation;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user