![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qtconfigmacros.h>
#include <QtCore/QString>
Go to the source code of this file.
Namespaces | |
namespace | physx |
namespace | QCacheUtils |
Functions | |
void | QCacheUtils::writeCachedTriangleMesh (const QString &filePath, physx::PxDefaultMemoryOutputStream &buf) |
void | QCacheUtils::writeCachedConvexMesh (const QString &filePath, physx::PxDefaultMemoryOutputStream &buf) |
void | QCacheUtils::writeCachedHeightField (const QString &filePath, physx::PxDefaultMemoryOutputStream &buf) |
physx::PxTriangleMesh * | QCacheUtils::readCookedTriangleMesh (const QString &filePath, physx::PxPhysics &physics) |
physx::PxConvexMesh * | QCacheUtils::readCookedConvexMesh (const QString &filePath, physx::PxPhysics &physics) |
physx::PxHeightField * | QCacheUtils::readCookedHeightField (const QString &filePath, physx::PxPhysics &physics) |
physx::PxTriangleMesh * | QCacheUtils::readCachedTriangleMesh (const QString &filePath, physx::PxPhysics &physics) |
physx::PxConvexMesh * | QCacheUtils::readCachedConvexMesh (const QString &filePath, physx::PxPhysics &physics) |
physx::PxHeightField * | QCacheUtils::readCachedHeightField (const QString &filePath, physx::PxPhysics &physics) |