mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Dox
This commit is contained in:
parent
1bbf43d370
commit
b6a9cced10
@ -28,7 +28,11 @@ with three color components: ambient, diffuse and specular.
|
|||||||
#include "qgsphongmaterialsettings.h"
|
#include "qgsphongmaterialsettings.h"
|
||||||
%End
|
%End
|
||||||
public:
|
public:
|
||||||
|
|
||||||
QgsPhongMaterialSettings();
|
QgsPhongMaterialSettings();
|
||||||
|
%Docstring
|
||||||
|
Constructor for QgsPhongMaterialSettings.
|
||||||
|
%End
|
||||||
|
|
||||||
QColor ambient() const;
|
QColor ambient() const;
|
||||||
%Docstring
|
%Docstring
|
||||||
|
@ -35,6 +35,10 @@ class QDomElement;
|
|||||||
class _3D_EXPORT QgsPhongMaterialSettings
|
class _3D_EXPORT QgsPhongMaterialSettings
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor for QgsPhongMaterialSettings.
|
||||||
|
*/
|
||||||
QgsPhongMaterialSettings() = default;
|
QgsPhongMaterialSettings() = default;
|
||||||
|
|
||||||
//! Returns ambient color component
|
//! Returns ambient color component
|
||||||
|
Loading…
x
Reference in New Issue
Block a user