aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Include/cloth/PxCloth.h
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2017-09-15 15:41:57 -0500
committerSheikh Dawood Abdul Ajees <[email protected]>2017-09-15 15:41:57 -0500
commitd1c812f1162e5fdb13c215792725b2591d7428f5 (patch)
tree407056c45c7e9320c48fca6a3697d81a061c4ea0 /PhysX_3.4/Include/cloth/PxCloth.h
parentPhysX 3.4, APEX 1.4 patch release @22121272 (diff)
downloadphysx-3.4-d1c812f1162e5fdb13c215792725b2591d7428f5.tar.xz
physx-3.4-d1c812f1162e5fdb13c215792725b2591d7428f5.zip
PhysX 3.4.1, APEX 1.4.1 Release @22845541v3.4.1
Diffstat (limited to 'PhysX_3.4/Include/cloth/PxCloth.h')
-rw-r--r--PhysX_3.4/Include/cloth/PxCloth.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/PhysX_3.4/Include/cloth/PxCloth.h b/PhysX_3.4/Include/cloth/PxCloth.h
index 40c20c29..6c031a85 100644
--- a/PhysX_3.4/Include/cloth/PxCloth.h
+++ b/PhysX_3.4/Include/cloth/PxCloth.h
@@ -53,8 +53,9 @@ class PxScene;
\brief Solver configuration parameters for the vertical and horizontal stretch phase types.
\see PxCloth.setStretchConfig()
\see PxClothFabric for information on actual phase data in cloth fabric
+\deprecated The PhysX cloth feature has been deprecated in PhysX version 3.4.1
*/
-struct PxClothStretchConfig
+struct PX_DEPRECATED PxClothStretchConfig
{
/**
\brief Stiffness of the stretch constraints.
@@ -104,8 +105,9 @@ struct PxClothStretchConfig
\brief Solver configuration parameters for the tether phases.
\see PxCloth.setTetherConfig()
\see PxClothFabric for information on actual tether constraints in cloth fabric.
+\deprecated The PhysX cloth feature has been deprecated in PhysX version 3.4.1
*/
-struct PxClothTetherConfig
+struct PX_DEPRECATED PxClothTetherConfig
{
/**
\brief Stiffness of the tether constraints.
@@ -136,8 +138,9 @@ struct PxClothTetherConfig
\brief Solver configuration parameters for the tether phases.
\see PxCloth.setTetherConfig()
\see PxClothFabric for information on actual tether constraints in cloth fabric.
+\deprecated The PhysX cloth feature has been deprecated in PhysX version 3.4.1
*/
-struct PxClothMotionConstraintConfig
+struct PX_DEPRECATED PxClothMotionConstraintConfig
{
/**
\brief Scale of motion constraint radii.
@@ -184,9 +187,11 @@ These shapes are all treated separately to the main PhysX rigid body scene.
\arg Virtual particles can be used to improve collision at a finer scale than the cloth sampling.
\arg Motion and separation constraints are used to limit the particle movement within or outside of a sphere.
+\deprecated The PhysX cloth feature has been deprecated in PhysX version 3.4.1
+
@see PxPhysics.createCloth
*/
-class PxCloth : public PxActor
+class PX_DEPRECATED PxCloth : public PxActor
{
public:
/**