46    static Qgs3D *instance();
 
   53    static void initialize();
 
   68    bool mInitialized = 
false;
 
Qgs3D is a singleton class containing various registries and other global members related to 3D class...
 
Qgs3D & operator=(const Qgs3D &other)=delete
Qgs3D cannot be copied.
 
Qgs3D(const Qgs3D &other)=delete
Qgs3D cannot be copied.
 
Registry of available 3d material settings classes.