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

(098bd223ce5696352e5625c8a8fda563d7f5514b)

#include "qphysxactorbody_p.h"
#include "PxMaterial.h"
#include "PxPhysics.h"
#include "PxRigidDynamic.h"
#include "PxRigidActor.h"
#include "PxScene.h"
#include "physxnode/qphysxworld_p.h"
#include "qabstractphysicsbody_p.h"
#include "qheightfieldshape_p.h"
#include "qphysicsutils_p.h"
#include "qplaneshape_p.h"
#include "qstaticphysxobjects_p.h"
#include <QtGui/qquaternion.h>
Include dependency graph for qphysxactorbody.cpp:

Go to the source code of this file.

Macros

#define PHYSX_RELEASE(x)

Functions

static QT_BEGIN_NAMESPACE physx::PxTransform getPhysXLocalTransform (const QQuick3DNode *node)

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 21 of file qphysxactorbody.cpp.

Function Documentation

◆ getPhysXLocalTransform()

QT_BEGIN_NAMESPACE physx::PxTransform getPhysXLocalTransform ( const QQuick3DNode * node)
static

Definition at line 29 of file qphysxactorbody.cpp.