QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
3 Defines enumerations and other auxiliary types for QGIS 3D More...
#include <qgs3dtypes.h>
Public Types | |
enum | AltitudeBinding { AltBindVertex, AltBindCentroid } |
how to handle clamping of vertices of individual features More... | |
enum | AltitudeClamping { AltClampAbsolute, AltClampRelative, AltClampTerrain } |
how to handle altitude of vector features More... | |
enum | CullingMode { NoCulling, Front, Back, FrontAndBack } |
Triangle culling mode. More... | |
3 Defines enumerations and other auxiliary types for QGIS 3D
Definition at line 30 of file qgs3dtypes.h.
how to handle clamping of vertices of individual features
Enumerator | |
---|---|
AltBindVertex |
Clamp every vertex of feature. |
AltBindCentroid |
Clamp just centroid of feature. |
Definition at line 42 of file qgs3dtypes.h.
how to handle altitude of vector features
Enumerator | |
---|---|
AltClampAbsolute |
Z_final = z_geometry. |
AltClampRelative |
Z_final = z_terrain + z_geometry. |
AltClampTerrain |
Z_final = z_terrain. |
Definition at line 34 of file qgs3dtypes.h.
Triangle culling mode.
Definition at line 49 of file qgs3dtypes.h.