mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
57 lines
1.6 KiB
Plaintext
57 lines
1.6 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/3d/qgs3d.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class Qgs3D
|
|
{
|
|
%Docstring(signature="appended")
|
|
Qgs3D is a singleton class containing various registries and other global members
|
|
related to 3D classes.
|
|
|
|
.. versionadded:: 3.16
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgs3d.h"
|
|
%End
|
|
public:
|
|
|
|
|
|
|
|
static Qgs3D *instance();
|
|
%Docstring
|
|
Returns a pointer to the singleton instance.
|
|
%End
|
|
|
|
~Qgs3D();
|
|
|
|
static void initialize();
|
|
%Docstring
|
|
Initializes the 3D framework.
|
|
%End
|
|
|
|
static QgsMaterialRegistry *materialRegistry();
|
|
%Docstring
|
|
Returns the material registry, used for managing 3D materials.
|
|
%End
|
|
|
|
private:
|
|
Qgs3D( const Qgs3D &other );
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/3d/qgs3d.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|