forked from teamnwah/openmw-tes3coop
Add comment
This commit is contained in:
parent
1abb77f8a1
commit
d986b1a48b
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ namespace SceneUtil
|
||||||
/// @brief Mesh skinning implementation.
|
/// @brief Mesh skinning implementation.
|
||||||
/// @note A RigGeometry may be attached directly to a Skeleton, or somewhere below a Skeleton.
|
/// @note A RigGeometry may be attached directly to a Skeleton, or somewhere below a Skeleton.
|
||||||
/// Note though that the RigGeometry ignores any transforms below the Skeleton, so the attachment point is not that important.
|
/// Note though that the RigGeometry ignores any transforms below the Skeleton, so the attachment point is not that important.
|
||||||
|
/// @note To avoid race conditions, the rig geometry needs to be double buffered. This can be done
|
||||||
|
/// using a FrameSwitch node that has two RigGeometry children. In the future we may want to consider implementing
|
||||||
|
/// the double buffering inside RigGeometry.
|
||||||
class RigGeometry : public osg::Geometry
|
class RigGeometry : public osg::Geometry
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue