QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Macros | Typedefs
qgsgltf3dutils.cpp File Reference
#include "qgsgltf3dutils.h"
#include "qgsgltfutils.h"
#include "qgsblockingnetworkrequest.h"
#include "qgscoordinatetransform.h"
#include "qgslogger.h"
#include "qgsmetalroughmaterial.h"
#include <Qt3DCore/QEntity>
#include <Qt3DCore/QAttribute>
#include <Qt3DCore/QBuffer>
#include <Qt3DCore/QGeometry>
#include <Qt3DRender/QGeometryRenderer>
#include <Qt3DRender/QTexture>
#include <Qt3DExtras/QTextureMaterial>
#include <QFile>
#include <QFileInfo>
#include <QMatrix4x4>
#include "tiny_gltf.h"
Include dependency graph for qgsgltf3dutils.cpp:

Go to the source code of this file.

Macros

#define TINYGLTF_NO_STB_IMAGE
 
#define TINYGLTF_NO_STB_IMAGE_WRITE
 

Typedefs

typedef Qt3DCore::QAttribute Qt3DQAttribute
 
typedef Qt3DCore::QBuffer Qt3DQBuffer
 
typedef Qt3DCore::QGeometry Qt3DQGeometry
 

Macro Definition Documentation

◆ TINYGLTF_NO_STB_IMAGE

#define TINYGLTF_NO_STB_IMAGE

Definition at line 51 of file qgsgltf3dutils.cpp.

◆ TINYGLTF_NO_STB_IMAGE_WRITE

#define TINYGLTF_NO_STB_IMAGE_WRITE

Definition at line 52 of file qgsgltf3dutils.cpp.

Typedef Documentation

◆ Qt3DQAttribute

typedef Qt3DCore::QAttribute Qt3DQAttribute

Definition at line 38 of file qgsgltf3dutils.cpp.

◆ Qt3DQBuffer

typedef Qt3DCore::QBuffer Qt3DQBuffer

Definition at line 39 of file qgsgltf3dutils.cpp.

◆ Qt3DQGeometry

typedef Qt3DCore::QGeometry Qt3DQGeometry

Definition at line 40 of file qgsgltf3dutils.cpp.