QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
AltitudeBinding
how to handle clamping of vertices of individual features
@ AltClampTerrain
Z_final = z_terrain.
@ AltClampRelative
Z_final = z_terrain + z_geometry.
@ AltBindCentroid
Clamp just centroid of feature.
CullingMode
Triangle culling mode.
@ AltBindVertex
Clamp every vertex of feature.
@ Front
Will render only back faces of triangles.
@ AltClampAbsolute
Z_final = z_geometry.
AltitudeClamping
how to handle altitude of vector features
@ Back
Will render only front faces of triangles (recommended when input data are consistent)
@ NoCulling
Will render both front and back faces of triangles.
3 Defines enumerations and other auxiliary types for QGIS 3D