From 238605d8225a9135d6b60646e05d066e25424eee Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Date: Mon, 9 Apr 2018 10:13:48 -0500 Subject: PhysX 3.4, APEX 1.4 patch release @23879214 --- .../PhysXAPI/files/structPxSceneFlag.html | 26 +++++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/structPxSceneFlag.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/structPxSceneFlag.html b/PhysX_3.4/Documentation/PhysXAPI/files/structPxSceneFlag.html index cf3ccd10..dd005411 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/structPxSceneFlag.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/structPxSceneFlag.html @@ -35,7 +35,7 @@ enum  Enum {
  eENABLE_ACTIVE_ACTORS = (1<<0),
-  PX_DEPRECATED = (1<<1), +  PX_DEPRECATED = (1<<1),
  eENABLE_CCD = (1<<2),
@@ -63,7 +63,7 @@
  eEXCLUDE_KINEMATICS_FROM_ACTIVE_ACTORS = (1 << 17),
-  eSUPPRESS_EAGER_SCENE_QUERY_REFIT = (1 << 18), +  PX_DEPRECATED = (1<<1),
  eENABLE_GPU_DYNAMICS = (1 << 19),
@@ -99,12 +99,19 @@ Enable Active Actors Notification. This flag enables the Active Actor Notification feature for a scene. This feature defaults to disabled. When disabled, the function PxScene::getActiveActors() will always return a NULL list.

Note:
There may be a performance penalty for enabling the Active Actor Notification, hence this flag should only be enabled if the application intends to use the feature.
Default: False -PX_DEPRECATED  +PX_DEPRECATED  Enable Active Transform Notification.

+Lazily refit the dynamic scene query tree, instead of eagerly refitting in fetchResults.

This flag enables the Active Transform Notification feature for a scene. This feature defaults to disabled. When disabled, the function PxScene::getActiveTransforms() will always return a NULL list.

Note:
There may be a performance penalty for enabling the Active Transform Notification, hence this flag should only be enabled if the application intends to use the feature.
-Default: False +Default: False

+By default PhysX refits the dynamic scene query tree during fetchResults. Setting this flag during scene creation suppresses this behavior. Refit will then occur during the first scene query following fetchResults, or may be forced by the method PxScene::flushSceneQueryUpdates()

+

Note:
Deprecated, will be replaced with an enum in next releases.

+This flag will be ignored if PxSceneDesc::sceneQueryUpdateMode is set.

+This flag is not used anymore, please use PxSceneQueryUpdateMode::Enum instead

+
See also:
PxScene::flushSceneQueryUpdates()
+Default: false eENABLE_CCD  Enables a second broad phase check after integration that makes it possible to prevent objects from tunneling through eachother.

@@ -193,10 +200,17 @@ Since the target pose for kinematics is set by the user, an application can trac

Note:
This flag has only an effect in combination with eENABLE_ACTIVE_ACTORS or eENABLE_ACTIVETRANSFORMS.
See also:
eENABLE_ACTIVE_ACTORS eENABLE_ACTIVETRANSFORMS
Default: false -eSUPPRESS_EAGER_SCENE_QUERY_REFIT  -Lazily refit the dynamic scene query tree, instead of eagerly refitting in fetchResults. +PX_DEPRECATED  +Enable Active Transform Notification.

+Lazily refit the dynamic scene query tree, instead of eagerly refitting in fetchResults.

+This flag enables the Active Transform Notification feature for a scene. This feature defaults to disabled. When disabled, the function PxScene::getActiveTransforms() will always return a NULL list.

+

Note:
There may be a performance penalty for enabling the Active Transform Notification, hence this flag should only be enabled if the application intends to use the feature.
+Default: False

By default PhysX refits the dynamic scene query tree during fetchResults. Setting this flag during scene creation suppresses this behavior. Refit will then occur during the first scene query following fetchResults, or may be forced by the method PxScene::flushSceneQueryUpdates()

+

Note:
Deprecated, will be replaced with an enum in next releases.

+This flag will be ignored if PxSceneDesc::sceneQueryUpdateMode is set.

+This flag is not used anymore, please use PxSceneQueryUpdateMode::Enum instead

See also:
PxScene::flushSceneQueryUpdates()
Default: false eENABLE_GPU_DYNAMICS  -- cgit v1.2.3