LLClothAttributes Struct Reference

#include <llcape.h>

Collaboration diagram for LLClothAttributes:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 114 of file llcape.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

F32 LLClothAttributes::mAirFriction

Definition at line 127 of file llcape.h.

Referenced by LLVOCloth::getAirFriction(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAirFriction(), and LLVOCloth::setAttributes().

F32 LLClothAttributes::mAvatarCollisionSphereForwardOffset

Definition at line 133 of file llcape.h.

Referenced by LLVOCloth::getAvatarCollisionSphereForward(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), LLVOCloth::setAvatarCollisionSphereForward(), and LLVOCloth::update().

F32 LLClothAttributes::mAvatarCollisionSphereRadius

Definition at line 134 of file llcape.h.

Referenced by LLVOCloth::getAvatarCollisionSphereRadius(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), LLVOCloth::setAvatarCollisionSphereRadius(), and LLVOCloth::update().

F32 LLClothAttributes::mAvatarCollisionSphereRightOffset

Definition at line 131 of file llcape.h.

Referenced by LLVOCloth::getAvatarCollisionSphereRight(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), LLVOCloth::setAvatarCollisionSphereRight(), and LLVOCloth::update().

F32 LLClothAttributes::mAvatarCollisionSphereUpOffset

Definition at line 132 of file llcape.h.

Referenced by LLVOCloth::getAvatarCollisionSphereUp(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), LLVOCloth::setAvatarCollisionSphereUp(), and LLVOCloth::update().

F32 LLClothAttributes::mCircleWrapAmount

Definition at line 129 of file llcape.h.

Referenced by LLVOCloth::generateStrands(), LLVOCloth::getCircleWrapAmount(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setCircleWrapAmount().

F32 LLClothAttributes::mGravity

Definition at line 126 of file llcape.h.

Referenced by LLVOCloth::getGravity(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setGravity().

F32 LLClothAttributes::mLength

Definition at line 124 of file llcape.h.

Referenced by LLVOCloth::getLength(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setLength().

int LLClothAttributes::mNumSegments

Definition at line 121 of file llcape.h.

Referenced by LLVOCloth::getNumSegments(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::render(), LLVOCloth::setAttributes(), and LLVOCloth::setNumSegments().

int LLClothAttributes::mNumStrands

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().

F32 LLClothAttributes::mPitch

Definition at line 123 of file llcape.h.

Referenced by LLVOCloth::getPitch(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setPitch().

F32 LLClothAttributes::mTension

Definition at line 125 of file llcape.h.

Referenced by LLVOCloth::getTension(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setTension().

LLString LLClothAttributes::mTextureFileName

Definition at line 117 of file llcape.h.

Referenced by LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::render(), and LLVOCloth::setAttributes().

int LLClothAttributes::mTextureIndex

Definition at line 116 of file llcape.h.

Referenced by LLClothAttributes(), LLVOCloth::LLVOCloth(), and LLVOCloth::setAttributes().

bool LLClothAttributes::mUsingAvatarCollisionSphere

Definition at line 130 of file llcape.h.

Referenced by LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::update().

bool LLClothAttributes::mVisualizeAvCollisionSphere

Definition at line 119 of file llcape.h.

Referenced by LLVOCloth::getVisualizingAvCollisionSphere(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setVisualizingAvCollisionSphere().

bool LLClothAttributes::mVisualizeStrands

Definition at line 118 of file llcape.h.

Referenced by LLVOCloth::getVisualizingStrands(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::render(), LLVOCloth::setAttributes(), and LLVOCloth::setVisualizingStrands().

F32 LLClothAttributes::mWidth

Definition at line 122 of file llcape.h.

Referenced by LLVOCloth::generateStrands(), LLVOCloth::getWidth(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setWidth().

F32 LLClothAttributes::mWindSensitivity

Definition at line 128 of file llcape.h.

Referenced by LLVOCloth::getWindSensitivity(), LLClothAttributes(), LLVOCloth::LLVOCloth(), LLVOCloth::setAttributes(), and LLVOCloth::setWindSensitivity().


The documentation for this struct was generated from the following file:
Generated on Thu Jul 1 06:11:12 2010 for Second Life Viewer by  doxygen 1.4.7