Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qphysxcharactercontroller.cpp File Reference

(8b71b99f57c25343947c80efb33c2b9c35df1c5a)

#include "qphysxcharactercontroller_p.h"
#include "PxRigidDynamic.h"
#include "characterkinematic/PxController.h"
#include "characterkinematic/PxControllerManager.h"
#include "characterkinematic/PxCapsuleController.h"
#include "qcapsuleshape_p.h"
#include "qphysicsutils_p.h"
#include "qphysicsworld_p.h"
#include "qcharactercontroller_p.h"
Include dependency graph for qphysxcharactercontroller.cpp:

Go to the source code of this file.

Classes

class  ControllerCallback

Macros

#define PHYSX_RELEASE(x)

Macro Definition Documentation

◆ PHYSX_RELEASE

#define PHYSX_RELEASE ( x)
Value:
if (x != nullptr) { \
x->release(); \
x = nullptr; \
}
GLint GLint GLint GLint GLint x

Definition at line 16 of file qphysxcharactercontroller.cpp.