|
QGIS API Documentation 4.1.0-Master (376402f9aeb)
|
#include "qgs3dutils.h"#include "qgs3dmapcanvas.h"#include "qgs3dmapscene.h"#include "qgsabstract3dengine.h"#include "qgsabstractgeometry.h"#include "qgsabstractterrainsettings.h"#include "qgsapplication.h"#include "qgscameracontroller.h"#include "qgschunkedentity.h"#include "qgsfeature.h"#include "qgsfeatureiterator.h"#include "qgsfeaturerequest.h"#include "qgsfeedback.h"#include "qgsglobechunkedentity.h"#include "qgslinestring.h"#include "qgsoffscreen3dengine.h"#include "qgspointcloud3dsymbol.h"#include "qgspointcloudattributebyramprenderer.h"#include "qgspointcloudclassifiedrenderer.h"#include "qgspointcloudlayer3drenderer.h"#include "qgspointcloudrenderer.h"#include "qgspointcloudrgbrenderer.h"#include "qgspolygon.h"#include "qgsraycastcontext.h"#include "qgsraycastresult.h"#include "qgsterrainentity.h"#include "qgsterraingenerator.h"#include "qgsvectorlayer.h"#include <QOpenGLContext>#include <QOpenGLFunctions>#include <QString>#include <Qt3DCore/QBuffer>#include <Qt3DExtras/QPhongMaterial>#include <Qt3DLogic/QFrameAction>#include <Qt3DRender/QRenderSettings>#include <QtMath>#include <GL/gl.h>
Go to the source code of this file.
Functions | |
| float | srgbFloatToLinear (float srgb) |
| float srgbFloatToLinear | ( | float | srgb | ) |
Definition at line 525 of file qgs3dutils.cpp.