#include "llviewerobject.h"
Include dependency graph for llcape.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Copyright (c) 2005-2007, Linden Research, Inc.
Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2
There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$
Definition in file llcape.h.
const F32 CLOTH_DEFAULT_AIR_FRICTION = 6.0f |
Definition at line 59 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const F32 CLOTH_DEFAULT_AVATAR_COLLISION_SPHERE_FORWARD_OFFSET = 0.0f |
const F32 CLOTH_DEFAULT_AVATAR_COLLISION_SPHERE_RADIUS = 0.1f |
const F32 CLOTH_DEFAULT_AVATAR_COLLISION_SPHERE_RIGHT_OFFSET = 0.0f |
const F32 CLOTH_DEFAULT_AVATAR_COLLISION_SPHERE_UP_OFFSET = 0.0f |
const F32 CLOTH_DEFAULT_CIRCLE_WRAP_AMOUNT = 0.5f |
Definition at line 67 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const F32 CLOTH_DEFAULT_GRAVITY = 0.3f |
Definition at line 51 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const F32 CLOTH_DEFAULT_LENGTH = 1.5f |
Definition at line 43 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const int CLOTH_DEFAULT_NUM_SEGMENTS = 4 |
Definition at line 79 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const int CLOTH_DEFAULT_NUM_STRANDS = 4 |
Definition at line 75 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const F32 CLOTH_DEFAULT_PITCH = 0.1f |
Definition at line 55 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const F32 CLOTH_DEFAULT_TENSION = 1.0f |
Definition at line 47 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const LLString CLOTH_DEFAULT_TEXTURE_FILENAME = "not_specified" |
Definition at line 102 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const int CLOTH_DEFAULT_TEXTURE_INDEX = 1 |
Definition at line 83 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const bool CLOTH_DEFAULT_USING_AVATAR_COLLISION_SPHERE = false |
const bool CLOTH_DEFAULT_VISUALIZE_COLLISION_SPHERE = false |
const bool CLOTH_DEFAULT_VISUALIZE_STRANDS = false |
Definition at line 103 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const F32 CLOTH_DEFAULT_WIDTH = 0.4f |
Definition at line 71 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const F32 CLOTH_DEFAULT_WIND_SENSITIVITY = 0.0f |
Definition at line 63 of file llcape.h.
Referenced by LLClothAttributes::LLClothAttributes(), and LLVOCloth::LLVOCloth().
const F32 CLOTH_MAX_AVATAR_COLLISION_SPHERE_FORWARD_OFFSET = 2.0f |
const F32 CLOTH_MAX_AVATAR_COLLISION_SPHERE_RADIUS = 3.0f |
const F32 CLOTH_MAX_AVATAR_COLLISION_SPHERE_RIGHT_OFFSET = 2.0f |
const F32 CLOTH_MAX_AVATAR_COLLISION_SPHERE_UP_OFFSET = 2.0f |
const F32 CLOTH_MAX_CIRCLE_WRAP_AMOUNT = 1.0f |
const F32 CLOTH_MAX_LENGTH = 2.0f |
const F32 CLOTH_MAX_PITCH = 1.0f |
const int CLOTH_MAX_SEGMENTS = 8 |
const int CLOTH_MAX_STRANDS = 8 |
const F32 CLOTH_MAX_TENSION = 10.0f |
const int CLOTH_MAX_TEXTURE_INDEX = 7 |
const F32 CLOTH_MAX_WIDTH = 1.0f |
const F32 CLOTH_MIN_AVATAR_COLLISION_SPHERE_FORWARD_OFFSET = -2.0f |
const F32 CLOTH_MIN_AVATAR_COLLISION_SPHERE_RADIUS = 0.0f |
const F32 CLOTH_MIN_AVATAR_COLLISION_SPHERE_RIGHT_OFFSET = -2.0f |
const F32 CLOTH_MIN_AVATAR_COLLISION_SPHERE_UP_OFFSET = -2.0f |
const F32 CLOTH_MIN_CIRCLE_WRAP_AMOUNT = 0.0f |
const F32 CLOTH_MIN_LENGTH = 0.2f |
const F32 CLOTH_MIN_PITCH = -1.0f |
const int CLOTH_MIN_SEGMENTS = 1 |
const int CLOTH_MIN_STRANDS = 2 |
const F32 CLOTH_MIN_TENSION = 0.0f |
const int CLOTH_MIN_TEXTURE_INDEX = 1 |
const F32 CLOTH_MIN_WIDTH = 0.01f |