This commit is contained in:
Nyall Dawson 2020-07-10 10:18:37 +10:00
parent 1bbf43d370
commit b6a9cced10
2 changed files with 8 additions and 0 deletions

View File

@ -28,7 +28,11 @@ with three color components: ambient, diffuse and specular.
#include "qgsphongmaterialsettings.h"
%End
public:
QgsPhongMaterialSettings();
%Docstring
Constructor for QgsPhongMaterialSettings.
%End
QColor ambient() const;
%Docstring

View File

@ -35,6 +35,10 @@ class QDomElement;
class _3D_EXPORT QgsPhongMaterialSettings
{
public:
/**
* Constructor for QgsPhongMaterialSettings.
*/
QgsPhongMaterialSettings() = default;
//! Returns ambient color component