The 3D library is build on top of the CORE library and Qt 3D framework.
More...
The 3D library is build on top of the CORE library and Qt 3D framework.
It adds support for display of GIS data in 3D scenes.
◆ QgsMaterialSettingsRenderingTechnique
Material rendering techniques 3.
- Since
- QGIS 3.16
Enumerator |
---|
Triangles | Triangle based rendering (default)
|
Lines | Line based rendering, requires line data.
|
InstancedPoints | Instanced based rendering, requiring triangles and point data.
|
Points | Point based rendering, requires point data.
|
TrianglesWithFixedTexture | Triangle based rendering, using a fixed, non-user-configurable texture (e.g. for terrain rendering)
|
TrianglesFromModel | Triangle based rendering, using a model object source.
|
TrianglesDataDefined | Triangle based rendering with possibility of datadefined color.
- Since
- QGIS 3.18
|
Definition at line 50 of file qgsabstractmaterialsettings.h.