Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
StaticPhysXObjects Struct Reference

#include <qstaticphysxobjects_p.h>

+ Collaboration diagram for StaticPhysXObjects:

Static Public Member Functions

static StaticPhysXObjectsgetReference ()
 

Public Attributes

physx::PxDefaultErrorCallback defaultErrorCallback
 
physx::PxDefaultAllocator defaultAllocatorCallback
 
physx::PxFoundation * foundation = nullptr
 
physx::PxPvd * pvd = nullptr
 
physx::PxPvdTransport * transport = nullptr
 
physx::PxPhysics * physics = nullptr
 
physx::PxDefaultCpuDispatcher * dispatcher = nullptr
 
physx::PxCooking * cooking = nullptr
 
unsigned int foundationRefCount = 0
 
bool foundationCreated = false
 
bool physicsCreated = false
 

Detailed Description

Definition at line 33 of file qstaticphysxobjects_p.h.

Member Function Documentation

◆ getReference()

StaticPhysXObjects & StaticPhysXObjects::getReference ( )
static

Definition at line 13 of file qstaticphysxobjects.cpp.

Referenced by QPhysXActorBody::buildShapes(), QPhysXActorBody::createActor(), QPhysXStaticBody::createActor(), QAbstractPhysXNode::createMaterialFromQtMaterial(), QPhysXWorld::createScene(), QPhysXWorld::createWorld(), and QPhysXWorld::deleteWorld().

+ Here is the caller graph for this function:

Member Data Documentation

◆ cooking

physx::PxCooking* StaticPhysXObjects::cooking = nullptr

Definition at line 42 of file qstaticphysxobjects_p.h.

◆ defaultAllocatorCallback

physx::PxDefaultAllocator StaticPhysXObjects::defaultAllocatorCallback

Definition at line 36 of file qstaticphysxobjects_p.h.

◆ defaultErrorCallback

physx::PxDefaultErrorCallback StaticPhysXObjects::defaultErrorCallback

Definition at line 35 of file qstaticphysxobjects_p.h.

◆ dispatcher

physx::PxDefaultCpuDispatcher* StaticPhysXObjects::dispatcher = nullptr

Definition at line 41 of file qstaticphysxobjects_p.h.

◆ foundation

physx::PxFoundation* StaticPhysXObjects::foundation = nullptr

Definition at line 37 of file qstaticphysxobjects_p.h.

◆ foundationCreated

bool StaticPhysXObjects::foundationCreated = false

Definition at line 45 of file qstaticphysxobjects_p.h.

◆ foundationRefCount

unsigned int StaticPhysXObjects::foundationRefCount = 0

Definition at line 44 of file qstaticphysxobjects_p.h.

◆ physics

physx::PxPhysics* StaticPhysXObjects::physics = nullptr

Definition at line 40 of file qstaticphysxobjects_p.h.

◆ physicsCreated

bool StaticPhysXObjects::physicsCreated = false

Definition at line 46 of file qstaticphysxobjects_p.h.

◆ pvd

physx::PxPvd* StaticPhysXObjects::pvd = nullptr

Definition at line 38 of file qstaticphysxobjects_p.h.

◆ transport

physx::PxPvdTransport* StaticPhysXObjects::transport = nullptr

Definition at line 39 of file qstaticphysxobjects_p.h.


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