![]() |
Qt 6.x
The Qt SDK
|
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 |
Definition at line 396 of file qphysicsworld.cpp.
physx::PxCooking* StaticPhysXObjects::cooking = nullptr |
Definition at line 405 of file qphysicsworld.cpp.
Referenced by PhysXWorld::createWorld(), and PhysXWorld::deleteWorld().
physx::PxDefaultAllocator StaticPhysXObjects::defaultAllocatorCallback |
Definition at line 399 of file qphysicsworld.cpp.
Referenced by PhysXWorld::createWorld().
physx::PxDefaultErrorCallback StaticPhysXObjects::defaultErrorCallback |
Definition at line 398 of file qphysicsworld.cpp.
Referenced by PhysXWorld::createWorld().
physx::PxDefaultCpuDispatcher* StaticPhysXObjects::dispatcher = nullptr |
Definition at line 404 of file qphysicsworld.cpp.
Referenced by PhysXWorld::createScene(), and PhysXWorld::deleteWorld().
physx::PxFoundation* StaticPhysXObjects::foundation = nullptr |
Definition at line 400 of file qphysicsworld.cpp.
Referenced by PhysXWorld::createScene(), PhysXWorld::createWorld(), and PhysXWorld::deleteWorld().
bool StaticPhysXObjects::foundationCreated = false |
Definition at line 408 of file qphysicsworld.cpp.
Referenced by PhysXWorld::createWorld(), and PhysXWorld::deleteWorld().
unsigned int StaticPhysXObjects::foundationRefCount = 0 |
Definition at line 407 of file qphysicsworld.cpp.
Referenced by PhysXWorld::createWorld(), and PhysXWorld::deleteWorld().
physx::PxPhysics* StaticPhysXObjects::physics = nullptr |
Definition at line 403 of file qphysicsworld.cpp.
Referenced by QPhysXActorBody::buildShapes(), QPhysXActorBody::createActor(), QPhysXStaticBody::createActor(), QAbstractPhysXNode::createMaterialFromQtMaterial(), PhysXWorld::createScene(), and PhysXWorld::deleteWorld().
bool StaticPhysXObjects::physicsCreated = false |
Definition at line 409 of file qphysicsworld.cpp.
Referenced by PhysXWorld::createScene(), and PhysXWorld::deleteWorld().
physx::PxPvd* StaticPhysXObjects::pvd = nullptr |
Definition at line 401 of file qphysicsworld.cpp.
Referenced by PhysXWorld::createScene(), PhysXWorld::createWorld(), and PhysXWorld::deleteWorld().
physx::PxPvdTransport* StaticPhysXObjects::transport = nullptr |
Definition at line 402 of file qphysicsworld.cpp.
Referenced by PhysXWorld::createWorld(), and PhysXWorld::deleteWorld().