mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/3d/qgs3dutils.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enum AltitudeClamping
|
|
{
|
|
AltClampAbsolute,
|
|
AltClampRelative,
|
|
AltClampTerrain,
|
|
};
|
|
|
|
|
|
enum AltitudeBinding
|
|
{
|
|
AltBindVertex,
|
|
AltBindCentroid,
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/3d/qgs3dutils.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|