From 3dfe2108cfab31ba3ee5527e217d0d8e99a51162 Mon Sep 17 00:00:00 2001 From: git perforce import user Date: Tue, 25 Oct 2016 12:29:14 -0600 Subject: Initial commit: PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167] --- .../PhysXAPI/files/structPxClothTetherConfig.html | 125 +++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 PhysX_3.4/Documentation/PhysXAPI/files/structPxClothTetherConfig.html (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/structPxClothTetherConfig.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/structPxClothTetherConfig.html b/PhysX_3.4/Documentation/PhysXAPI/files/structPxClothTetherConfig.html new file mode 100644 index 00000000..19efbb1f --- /dev/null +++ b/PhysX_3.4/Documentation/PhysXAPI/files/structPxClothTetherConfig.html @@ -0,0 +1,125 @@ + + + NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxClothTetherConfig Struct Reference + + + + + + + +
+

PxClothTetherConfig Struct Reference
+ +[Cloth] +

Solver configuration parameters for the tether phases. +More... +

+#include <PxCloth.h> +

+ +

+List of all members. + + + + + + + + + + + + +

Public Member Functions

PX_INLINE PxClothTetherConfig (PxReal stiffness_=1.0f, PxReal stretchLimit_=1.0f)
 Constructor sets to default.

Public Attributes

PxReal stiffness
 Stiffness of the tether constraints.
PxReal stretchLimit
 Scale of tether lengths when applying tether constraints.
+


Detailed Description

+Solver configuration parameters for the tether phases. +

+

See also:
PxCloth.setTetherConfig()

+PxClothFabric for information on actual tether constraints in Cloth fabric.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
PX_INLINE PxClothTetherConfig::PxClothTetherConfig (PxReal  stiffness_ = 1.0f,
PxReal  stretchLimit_ = 1.0f 
) [inline]
+
+
+ +

+Constructor sets to default. +

+ +

+

+


Member Data Documentation

+ +
+
+ + + + +
PxReal PxClothTetherConfig::stiffness
+
+
+ +

+Stiffness of the tether constraints. +

+Defines for the tether constraints how much of the error between current distance and tether length to correct per stiffness period (see PxCloth::setStiffnessFrequency). A value of 0 means no correction, a value of 1 corrects to rest length. The default stiffness is 1.0. +

+

+ +

+ +
+ +

+Scale of tether lengths when applying tether constraints. +

+The limit distance of a tether constraint is computed as the product of stretchLimit and the tether length. The default limit is 1.0. +

+

+


The documentation for this struct was generated from the following file: +
+ +

+Copyright © 2008-2016 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com + + -- cgit v1.2.3