#include <llviewerjointmesh.h>
Collaboration diagram for LLSkinJoint:
Public Member Functions | |
LLSkinJoint () | |
~LLSkinJoint () | |
BOOL | setupSkinJoint (LLViewerJoint *joint) |
Public Attributes | |
LLViewerJoint * | mJoint |
LLVector3 | mRootToJointSkinOffset |
LLVector3 | mRootToParentJointSkinOffset |
Definition at line 53 of file llviewerjointmesh.h.
LLSkinJoint::LLSkinJoint | ( | ) |
LLSkinJoint::~LLSkinJoint | ( | ) |
BOOL LLSkinJoint::setupSkinJoint | ( | LLViewerJoint * | joint | ) |
Definition at line 103 of file llviewerjointmesh.cpp.
References LLVector3::clearVec(), LLJoint::getParent(), LLJoint::getSkinOffset(), llendl, llinfos, mJoint, mRootToJointSkinOffset, mRootToParentJointSkinOffset, and TRUE.
Referenced by LLViewerJointMesh::setMesh().
Definition at line 60 of file llviewerjointmesh.h.
Referenced by LLSkinJoint(), LLViewerJointMesh::setupJoint(), setupSkinJoint(), and ~LLSkinJoint().