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

(cbd5326940410eefc68f7223e7dc33fb1a32c84a)

#include <QtQuick3DUtils/private/qtquick3dutilsglobal_p.h>
#include <QtQuick3DUtils/private/qssgbounds3_p.h>
#include <QtQuick3DUtils/private/qssgrenderbasetypes_p.h>
#include <QtCore/qstring.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qiodevice.h>
#include <QtCore/qmap.h>
+ Include dependency graph for qssgmesh_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QSSGRenderVertexBufferEntry
 
class  QSSGMesh::Mesh
 
struct  QSSGMesh::Mesh::VertexBufferEntry
 
struct  QSSGMesh::Mesh::VertexBuffer
 
struct  QSSGMesh::Mesh::IndexBuffer
 
struct  QSSGMesh::Mesh::TargetBuffer
 
struct  QSSGMesh::Mesh::SubsetBounds
 
struct  QSSGMesh::Mesh::Lod
 
struct  QSSGMesh::Mesh::Subset
 
struct  QSSGMesh::AssetVertexEntry
 
struct  QSSGMesh::AssetMeshSubset
 
struct  QSSGMesh::RuntimeMeshData
 
struct  QSSGMesh::RuntimeMeshData::Attribute
 
struct  QSSGMesh::RuntimeMeshData::TargetAttribute
 
struct  QSSGMesh::MeshInternal
 
struct  QSSGMesh::MeshInternal::MultiMeshInfo
 
struct  QSSGMesh::MeshInternal::MeshDataHeader
 
struct  QSSGMesh::MeshInternal::MeshOffsetTracker
 
struct  QSSGMesh::MeshInternal::Subset
 

Namespaces

namespace  QSSGMesh
 

Functions

size_t QSSGMesh::simplifyMesh (unsigned int *destination, const unsigned int *indices, size_t indexCount, const float *vertexPositions, size_t vertexCount, size_t vertexPositionsStride, size_t targetIndexCount, float targetError, unsigned int options, float *resultError)
 
float QSSGMesh::simplifyScale (const float *vertexPositions, size_t vertexCount, size_t vertexPositionsStride)
 
void QSSGMesh::optimizeVertexCache (unsigned int *destination, const unsigned int *indices, size_t indexCount, size_t vertexCount)