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
qabstractphysxnode.cpp File Reference

(e9329c39505e1bfcfec03d2638d3d168a4977b7a)

#include "qabstractphysxnode_p.h"
#include "qabstractphysicsnode_p.h"
#include "qphysicsmaterial_p.h"
#include "qstaticphysxobjects_p.h"
#include "PxPhysics.h"
#include "PxMaterial.h"
#include "PxShape.h"
Include dependency graph for qabstractphysxnode.cpp:

Go to the source code of this file.

Macros

#define PHYSX_RELEASE(x)

Functions

static PhysicsMaterialProperties propertiesFor (const QPhysicsMaterial *qtMaterial)

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 15 of file qabstractphysxnode.cpp.

Function Documentation

◆ propertiesFor()

PhysicsMaterialProperties propertiesFor ( const QPhysicsMaterial * qtMaterial)
static

Definition at line 51 of file qabstractphysxnode.cpp.

Referenced by QAbstractPhysXNode::updateMaterial().

Here is the caller graph for this function: