PxPairFilteringMode Struct Reference
[Physics]

#include <PxFiltering.h>

List of all members.

Public Types

enum  Enum {
  eKEEP,
  eSUPPRESS,
  eKILL,
  eDEFAULT
}


Member Enumeration Documentation

Enumerator:
eKEEP  Output pair from BP, potentially send to user callbacks, create regular interaction object. Similar to enabling PxSceneFlag::eENABLE_KINEMATIC_STATIC_PAIRS / PxSceneFlag::eENABLE_KINEMATIC_PAIRS.
eSUPPRESS  Output pair from BP, create interaction marker. Can be later switched to regular interaction. Similar to disabling PxSceneFlag::eENABLE_KINEMATIC_STATIC_PAIRS / PxSceneFlag::eENABLE_KINEMATIC_PAIRS.
eKILL  Don't output pair from BP. Cannot be later switched to regular interaction, needs "resetFiltering" call.
eDEFAULT  Default is to ignore the mode and use PxSceneFlag::eENABLE_KINEMATIC_STATIC_PAIRS and PxSceneFlag::eENABLE_KINEMATIC_PAIRS instead (compatibility).


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


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