QGIS API Documentation 4.1.0-Master (3fcefe620d1)
Loading...
Searching...
No Matches
qgsobj3dutils.h
Go to the documentation of this file.
1/***************************************************************************
2 qgsobj3dutils.h
3 --------------------------------------
4 Date : April 2026
5 Copyright : (C) 2026 by Dominik Cindrić
6 Email : viper dot miniq at gmail dot com
7 ***************************************************************************
8 * *
9 * This program is free software; you can redistribute it and/or modify *
10 * it under the terms of the GNU General Public License as published by *
11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. *
13 * *
14 ***************************************************************************/
15
16#ifndef QGSOBJ3DUTILS_H
17#define QGSOBJ3DUTILS_H
18
20
21
22#include <vector>
23
24#include "qgis_3d.h"
25#include "qgs3dutils.h"
26
27#define SIP_NO_FILE
28
29class QString;
31
39class _3D_EXPORT QgsObj3DUtils
40{
41 public:
50 static std::vector<QgsMeshNodeData> buildObjGeometries( const QString &filePath, const QgsMaterialContext &materialContext );
51};
52
54
55#endif // QGSOBJ3DUTILS_H
Context settings for a material.