| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
3 More...
#include <qgspoint3dbillboardmaterial.h>

| Public Member Functions | |
| QgsPoint3DBillboardMaterial () | |
| void | setSize (const QSizeF size) | 
| Set the billboard size.  More... | |
| void | setTexture2DFromSymbol (QgsMarkerSymbol *markerSymbol, const Qgs3DMapSettings &map, bool selected=false) | 
| Set markerSymbol for the texture with map and selected parameter for rendering.  More... | |
| void | setViewportSize (const QSizeF size) | 
| Set the size of the view port.  More... | |
| QSizeF | size () const | 
| Returns the billboard size.  More... | |
| void | useDefaultSymbol (const Qgs3DMapSettings &map, bool selected=false) | 
| Set default symbol for the texture with map and selected parameter for rendering.  More... | |
| QSizeF | windowSize () const | 
| Returns the size of the view port.  More... | |
3
Material of the billboard rendering for points in 3D map view.
Definition at line 36 of file qgspoint3dbillboardmaterial.h.
| QgsPoint3DBillboardMaterial::QgsPoint3DBillboardMaterial | ( | ) | 
Definition at line 35 of file qgspoint3dbillboardmaterial.cpp.
| void QgsPoint3DBillboardMaterial::setSize | ( | const QSizeF | size | ) | 
Set the billboard size.
Definition at line 87 of file qgspoint3dbillboardmaterial.cpp.
| void QgsPoint3DBillboardMaterial::setTexture2DFromSymbol | ( | QgsMarkerSymbol * | markerSymbol, | 
| const Qgs3DMapSettings & | map, | ||
| bool | selected = false | ||
| ) | 
Set markerSymbol for the texture with map and selected parameter for rendering.
Definition at line 124 of file qgspoint3dbillboardmaterial.cpp.
| void QgsPoint3DBillboardMaterial::setViewportSize | ( | const QSizeF | size | ) | 
Set the size of the view port.
Definition at line 97 of file qgspoint3dbillboardmaterial.cpp.
| QSizeF QgsPoint3DBillboardMaterial::size | ( | ) | const | 
Returns the billboard size.
Definition at line 92 of file qgspoint3dbillboardmaterial.cpp.
| void QgsPoint3DBillboardMaterial::useDefaultSymbol | ( | const Qgs3DMapSettings & | map, | 
| bool | selected = false | ||
| ) | 
Set default symbol for the texture with map and selected parameter for rendering.
Definition at line 117 of file qgspoint3dbillboardmaterial.cpp.
| QSizeF QgsPoint3DBillboardMaterial::windowSize | ( | ) | const | 
Returns the size of the view port.
Definition at line 102 of file qgspoint3dbillboardmaterial.cpp.