QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgsgltf3dutils.h"
#include "qgsgltfutils.h"
#include "qgsblockingnetworkrequest.h"
#include "qgscoordinatetransform.h"
#include "qgslogger.h"
#include "qgsmetalroughmaterial.h"
#include "qgstexturematerial.h"
#include <Qt3DCore/QEntity>
#include <Qt3DCore/QAttribute>
#include <Qt3DCore/QBuffer>
#include <Qt3DCore/QGeometry>
#include <Qt3DRender/QGeometryRenderer>
#include <Qt3DRender/QTexture>
#include <QFile>
#include <QFileInfo>
#include <QMatrix4x4>
Go to the source code of this file.
Typedefs | |
typedef Qt3DCore::QAttribute | Qt3DQAttribute |
typedef Qt3DCore::QBuffer | Qt3DQBuffer |
typedef Qt3DCore::QGeometry | Qt3DQGeometry |
typedef Qt3DCore::QAttribute Qt3DQAttribute |
Definition at line 39 of file qgsgltf3dutils.cpp.
typedef Qt3DCore::QBuffer Qt3DQBuffer |
Definition at line 40 of file qgsgltf3dutils.cpp.
typedef Qt3DCore::QGeometry Qt3DQGeometry |
Definition at line 41 of file qgsgltf3dutils.cpp.