Class: Qgs3D

class qgis.3d.Qgs3D

Bases: sip.wrapper

Qgs3D is a singleton class containing various registries and other global members related to 3D classes.

Methods

initialize

Initializes the 3D framework.

instance

Returns a pointer to the singleton instance.

materialRegistry

Returns the material registry, used for managing 3D materials.

initialize()

Initializes the 3D framework.

instance()Qgs3D

Returns a pointer to the singleton instance.

Return type

Qgs3D

materialRegistry()QgsMaterialRegistry

Returns the material registry, used for managing 3D materials.

Return type

QgsMaterialRegistry