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
qdebugdrawhelper_p.h File Reference

(9e1f6e0f67cb40e26c04a5e9ea9bdbc0cad6a735)

#include "qtconfigmacros.h"
Include dependency graph for qdebugdrawhelper_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  physx
namespace  QDebugDrawHelper

Functions

QQuick3DGeometryQDebugDrawHelper::generateBoxGeometry (const QVector3D &halfExtents)
QQuick3DGeometryQDebugDrawHelper::generateSphereGeometry (const float radius)
QQuick3DGeometryQDebugDrawHelper::generateCapsuleGeometry (const float radius, const float halfHeight)
QQuick3DGeometryQDebugDrawHelper::generatePlaneGeometry ()
QQuick3DGeometryQDebugDrawHelper::generateHeightFieldGeometry (physx::PxHeightField *heightField, float heightScale, float rowScale, float columnScale)
QQuick3DGeometryQDebugDrawHelper::generateConvexMeshGeometry (physx::PxConvexMesh *convexMesh)
QQuick3DGeometryQDebugDrawHelper::generateTriangleMeshGeometry (physx::PxTriangleMesh *triangleMesh)