#include <llpolymorph.h>

Public Member Functions | |
| LLPolyMorphData (char *morph_name) | |
| ~LLPolyMorphData () | |
| BOOL | loadBinary (LLFILE *fp, LLPolyMeshSharedData *mesh) |
| char * | loadASCII (char *text, LLPolyMeshSharedData *mesh) |
| char * | getName () |
Public Attributes | |
| char * | mName |
| U32 | mNumIndices |
| U32 * | mVertexIndices |
| U32 | mCurrentIndex |
| LLVector3 * | mCoords |
| LLVector3 * | mNormals |
| LLVector3 * | mBinormals |
| LLVector2 * | mTexCoords |
| F32 | mTotalDistortion |
| F32 | mMaxDistortion |
| LLVector3 | mAvgDistortion |
| LLPolyMeshSharedData * | mMesh |
Definition at line 48 of file llpolymorph.h.
| LLPolyMorphData::LLPolyMorphData | ( | char * | morph_name | ) |
Definition at line 49 of file llpolymorph.cpp.
References llassert, mAvgDistortion, mBinormals, mCoords, mCurrentIndex, mMaxDistortion, mMesh, mName, mNormals, mNumIndices, mTexCoords, mTotalDistortion, mVertexIndices, NULL, and LLVector3::zeroVec().

| LLPolyMorphData::~LLPolyMorphData | ( | ) |
Definition at line 73 of file llpolymorph.cpp.
References mBinormals, mCoords, mName, mNormals, mTexCoords, and mVertexIndices.
| BOOL LLPolyMorphData::loadBinary | ( | LLFILE * | fp, | |
| LLPolyMeshSharedData * | mesh | |||
| ) |
Definition at line 86 of file llpolymorph.cpp.
References FALSE, llendl, llerrs, llwarns, LLVector3::magVec(), mAvgDistortion, mBinormals, mCoords, mMaxDistortion, mMesh, mNormals, mNumIndices, mTexCoords, mTotalDistortion, LLVector3::mV, mVertexIndices, LLVector3::normVec(), S32, TRUE, VX, VY, VZ, and LLVector3::zeroVec().
Referenced by LLPolyMeshSharedData::loadMesh().


| char* LLPolyMorphData::loadASCII | ( | char * | text, | |
| LLPolyMeshSharedData * | mesh | |||
| ) |
| char* LLPolyMorphData::getName | ( | void | ) | [inline] |
Definition at line 56 of file llpolymorph.h.
References mName.
Referenced by LLPolyMesh::getMorphData().

| char* LLPolyMorphData::mName |
Definition at line 59 of file llpolymorph.h.
Referenced by getName(), LLPolyMorphData(), and ~LLPolyMorphData().
Definition at line 62 of file llpolymorph.h.
Referenced by LLPolyMorphTarget::apply(), LLPolyMorphTarget::applyMask(), LLPolyVertexMask::generateMask(), LLPolyMorphTarget::getFirstDistortion(), LLPolyMorphTarget::getNextDistortion(), LLPolyMorphTarget::getVertexDistortion(), LLPolyMorphData(), LLPolyVertexMask::LLPolyVertexMask(), and loadBinary().
Definition at line 63 of file llpolymorph.h.
Referenced by LLPolyMorphTarget::apply(), LLPolyMorphTarget::applyMask(), LLPolyVertexMask::generateMask(), LLPolyMorphTarget::getFirstDistortion(), LLPolyMorphTarget::getNextDistortion(), LLPolyMorphTarget::getVertexDistortion(), LLPolyMorphData(), loadBinary(), and ~LLPolyMorphData().
Definition at line 64 of file llpolymorph.h.
Referenced by LLPolyMorphTarget::getFirstDistortion(), LLPolyMorphTarget::getNextDistortion(), and LLPolyMorphData().
Definition at line 65 of file llpolymorph.h.
Referenced by LLPolyMorphTarget::apply(), LLPolyMorphTarget::applyMask(), LLPolyMorphTarget::getFirstDistortion(), LLPolyMorphTarget::getNextDistortion(), LLPolyMorphTarget::getVertexDistortion(), LLPolyMorphData(), loadBinary(), and ~LLPolyMorphData().
Definition at line 66 of file llpolymorph.h.
Referenced by LLPolyMorphTarget::apply(), LLPolyMorphTarget::applyMask(), LLPolyMorphData(), loadBinary(), and ~LLPolyMorphData().
Definition at line 67 of file llpolymorph.h.
Referenced by LLPolyMorphTarget::apply(), LLPolyMorphTarget::applyMask(), LLPolyMorphData(), loadBinary(), and ~LLPolyMorphData().
Definition at line 68 of file llpolymorph.h.
Referenced by LLPolyMorphTarget::apply(), LLPolyMorphTarget::applyMask(), LLPolyMorphData(), loadBinary(), and ~LLPolyMorphData().
Definition at line 70 of file llpolymorph.h.
Referenced by LLPolyMorphTarget::getTotalDistortion(), LLPolyMorphData(), and loadBinary().
Definition at line 71 of file llpolymorph.h.
Referenced by LLPolyMorphTarget::getMaxDistortion(), LLPolyMorphData(), and loadBinary().
Definition at line 72 of file llpolymorph.h.
Referenced by LLPolyMorphTarget::getAvgDistortion(), LLPolyMorphData(), and loadBinary().
Definition at line 73 of file llpolymorph.h.
Referenced by LLPolyVertexMask::generateMask(), LLPolyMorphData(), and loadBinary().
1.5.5