QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Types | List of all members
Qgs3DTypes Class Reference

3 More...

#include <qgs3dtypes.h>

Public Types

enum  CullingMode { NoCulling , Front , Back , FrontAndBack }
 Triangle culling mode. More...
 

Detailed Description

3

Defines enumerations and other auxiliary types for QGIS 3D

Warning
This is not considered stable API, and may change in future QGIS releases. It is exposed to the Python bindings as a tech preview only.
Since
QGIS 3.4

Definition at line 30 of file qgs3dtypes.h.

Member Enumeration Documentation

◆ CullingMode

Triangle culling mode.

Enumerator
NoCulling 

Will render both front and back faces of triangles.

Front 

Will render only back faces of triangles.

Back 

Will render only front faces of triangles (recommended when input data are consistent)

FrontAndBack 

Will not render anything.

Definition at line 35 of file qgs3dtypes.h.


The documentation for this class was generated from the following file: