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"
|
||||
%End
|
||||
public:
|
||||
|
||||
QgsPhongMaterialSettings();
|
||||
%Docstring
|
||||
Constructor for QgsPhongMaterialSettings.
|
||||
%End
|
||||
|
||||
QColor ambient() const;
|
||||
%Docstring
|
||||
|
@ -35,6 +35,10 @@ class QDomElement;
|
||||
class _3D_EXPORT QgsPhongMaterialSettings
|
||||
{
|
||||
public:
|
||||
|
||||
/**
|
||||
* Constructor for QgsPhongMaterialSettings.
|
||||
*/
|
||||
QgsPhongMaterialSettings() = default;
|
||||
|
||||
//! Returns ambient color component
|
||||
|
Loading…
x
Reference in New Issue
Block a user