#include "qgs3dexportobject.h"
#include <QVector3D>
#include <QDir>
#include <QImage>
#include <Qt3DCore/QAttribute>
#include <Qt3DCore/QBuffer>
#include "qgslogger.h"
#include "qgsabstractmaterialsettings.h"
Go to the source code of this file.
|
template<typename T > |
void | insertIndexData (QVector< uint > &vertexIndex, const QVector< T > &faceIndex) |
|
◆ Qt3DQAttribute
◆ Qt3DQBuffer
◆ insertIndexData()
template<typename T >
void insertIndexData |
( |
QVector< uint > & |
vertexIndex, |
|
|
const QVector< T > & |
faceIndex |
|
) |
| |