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 --- .../files/structPxSceneQueryUpdateMode.html | 85 ++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 PhysX_3.4/Documentation/PhysXAPI/files/structPxSceneQueryUpdateMode.html (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/structPxSceneQueryUpdateMode.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/structPxSceneQueryUpdateMode.html b/PhysX_3.4/Documentation/PhysXAPI/files/structPxSceneQueryUpdateMode.html new file mode 100644 index 00000000..15f71227 --- /dev/null +++ b/PhysX_3.4/Documentation/PhysXAPI/files/structPxSceneQueryUpdateMode.html @@ -0,0 +1,85 @@ + + + NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxSceneQueryUpdateMode Struct Reference + + + + + + + +
+

PxSceneQueryUpdateMode Struct Reference
+ +[Physics] +

Scene query update mode. +More... +

+#include <PxSceneDesc.h> +

+ +

+List of all members. + + + + +

Public Types

enum  Enum {
+  eBUILD_ENABLED_COMMIT_ENABLED, +
+  eBUILD_ENABLED_COMMIT_DISABLED, +
+  eBUILD_DISABLED_COMMIT_DISABLED +
+ }
+


Detailed Description

+Scene query update mode. +

+When PxScene::fetchResults is called it does scene query related work, with this enum it is possible to set what work is done during the fetchResults.

+FetchResults will sync changed bounds during simulation and update the scene query bounds in pruners, this work is mandatory.

+eCOMMIT_ENABLED_BUILD_ENABLED does allow to execute the new AABB tree build step during fetchResults, additionally the pruner commit is called where any changes are applied. During commit PhysX refits the dynamic scene query tree and if a new tree was built and the build finished the tree is swapped with current AABB tree.

+eCOMMIT_DISABLED_BUILD_ENABLED does allow to execute the new AABB tree build step during fetchResults. Pruner commit is not called, this means that refit will then occur during the first scene query following fetchResults, or may be forced by the method PxScene::flushSceneQueryUpdates().

+eCOMMIT_DISABLED_BUILD_DISABLED no further scene query work is executed. The scene queries update needs to be called manually, see PxScene::sceneQueriesUpdate. It is recommended to call PxScene::sceneQueriesUpdate right after fetchResults as the pruning structures are not updated.


Member Enumeration Documentation

+ +
+ +
+ +

+

Enumerator:
+ + + + +
eBUILD_ENABLED_COMMIT_ENABLED  +Both scene query build and commit are executed.
eBUILD_ENABLED_COMMIT_DISABLED  +Scene query build only is executed.
eBUILD_DISABLED_COMMIT_DISABLED  +No work is done, no update of scene queries.
+
+ +
+

+


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

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