QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Qgs3D is a singleton class containing various registries and other global members related to 3D classes. More...
#include <qgs3d.h>
Public Member Functions | |
Qgs3D (const Qgs3D &other)=delete | |
Qgs3D cannot be copied. More... | |
~Qgs3D () | |
Qgs3D & | operator= (const Qgs3D &other)=delete |
Qgs3D cannot be copied. More... | |
Static Public Member Functions | |
static void | initialize () |
Initializes the 3D framework. More... | |
static Qgs3D * | instance () |
Returns a pointer to the singleton instance. More... | |
static QgsMaterialRegistry * | materialRegistry () |
Returns the material registry, used for managing 3D materials. More... | |
Qgs3D is a singleton class containing various registries and other global members related to 3D classes.
|
static |
|
static |
|
static |