#include <llcape.h>
Collaboration diagram for LLClothAttributes:
Public Member Functions | |
LLClothAttributes () | |
Public Attributes | |
int | mTextureIndex |
LLString | mTextureFileName |
bool | mVisualizeStrands |
bool | mVisualizeAvCollisionSphere |
int | mNumStrands |
int | mNumSegments |
F32 | mWidth |
F32 | mPitch |
F32 | mLength |
F32 | mTension |
F32 | mGravity |
F32 | mAirFriction |
F32 | mWindSensitivity |
F32 | mCircleWrapAmount |
bool | mUsingAvatarCollisionSphere |
F32 | mAvatarCollisionSphereRightOffset |
F32 | mAvatarCollisionSphereUpOffset |
F32 | mAvatarCollisionSphereForwardOffset |
F32 | mAvatarCollisionSphereRadius |
Definition at line 114 of file llcape.h.
LLClothAttributes::LLClothAttributes | ( | ) | [inline] |
Definition at line 139 of file llcape.h.
References CLOTH_DEFAULT_AIR_FRICTION, CLOTH_DEFAULT_CIRCLE_WRAP_AMOUNT, CLOTH_DEFAULT_GRAVITY, CLOTH_DEFAULT_LENGTH, CLOTH_DEFAULT_NUM_SEGMENTS, CLOTH_DEFAULT_NUM_STRANDS, CLOTH_DEFAULT_PITCH, CLOTH_DEFAULT_TENSION, CLOTH_DEFAULT_TEXTURE_FILENAME, CLOTH_DEFAULT_TEXTURE_INDEX, CLOTH_DEFAULT_VISUALIZE_STRANDS, CLOTH_DEFAULT_WIDTH, CLOTH_DEFAULT_WIND_SENSITIVITY, mAirFriction, mCircleWrapAmount, mGravity, mLength, mNumSegments, mNumStrands, mPitch, mTension, mTextureFileName, mTextureIndex, mVisualizeStrands, mWidth, and mWindSensitivity.
Definition at line 127 of file llcape.h.
Referenced by LLVOCloth::getAirFriction(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAirFriction(), and LLVOCloth::setAttributes().
Definition at line 133 of file llcape.h.
Referenced by LLVOCloth::getAvatarCollisionSphereForward(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), LLVOCloth::setAvatarCollisionSphereForward(), and LLVOCloth::update().
Definition at line 134 of file llcape.h.
Referenced by LLVOCloth::getAvatarCollisionSphereRadius(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), LLVOCloth::setAvatarCollisionSphereRadius(), and LLVOCloth::update().
Definition at line 131 of file llcape.h.
Referenced by LLVOCloth::getAvatarCollisionSphereRight(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), LLVOCloth::setAvatarCollisionSphereRight(), and LLVOCloth::update().
Definition at line 132 of file llcape.h.
Referenced by LLVOCloth::getAvatarCollisionSphereUp(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), LLVOCloth::setAvatarCollisionSphereUp(), and LLVOCloth::update().
Definition at line 129 of file llcape.h.
Referenced by LLVOCloth::generateStrands(), LLVOCloth::getCircleWrapAmount(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setCircleWrapAmount().
Definition at line 126 of file llcape.h.
Referenced by LLVOCloth::getGravity(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setGravity().
Definition at line 124 of file llcape.h.
Referenced by LLVOCloth::getLength(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setLength().
Definition at line 121 of file llcape.h.
Referenced by LLVOCloth::getNumSegments(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::render(), LLVOCloth::setAttributes(), and LLVOCloth::setNumSegments().
Definition at line 120 of file llcape.h.
Referenced by LLVOCloth::generateStrands(), LLVOCloth::getNumStrands(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::render(), LLVOCloth::setAttributes(), LLVOCloth::setNumStrands(), and LLVOCloth::update().
Definition at line 123 of file llcape.h.
Referenced by LLVOCloth::getPitch(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setPitch().
Definition at line 125 of file llcape.h.
Referenced by LLVOCloth::getTension(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setTension().
Definition at line 117 of file llcape.h.
Referenced by LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::render(), and LLVOCloth::setAttributes().
Definition at line 116 of file llcape.h.
Referenced by LLClothAttributes(), LLVOCloth::LLVOCloth(), and LLVOCloth::setAttributes().
Definition at line 130 of file llcape.h.
Referenced by LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::update().
Definition at line 119 of file llcape.h.
Referenced by LLVOCloth::getVisualizingAvCollisionSphere(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setVisualizingAvCollisionSphere().
Definition at line 118 of file llcape.h.
Referenced by LLVOCloth::getVisualizingStrands(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::render(), LLVOCloth::setAttributes(), and LLVOCloth::setVisualizingStrands().
Definition at line 122 of file llcape.h.
Referenced by LLVOCloth::generateStrands(), LLVOCloth::getWidth(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setWidth().
Definition at line 128 of file llcape.h.
Referenced by LLVOCloth::getWindSensitivity(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setWindSensitivity().