Skip to content

Commit

Permalink
Added QgsImageTexture docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem committed Jul 25, 2020
1 parent 2108231 commit f7dde15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/3d/qgsimagetexture.h
Expand Up @@ -21,6 +21,11 @@
#include <Qt3DCore/QNode>
#include <Qt3DRender/QPaintedTextureImage>


/**
* @brief The QgsImageTexture class
* Holds an image that can be used as a texture in the 3D view
*/
class QgsImageTexture : public Qt3DRender::QPaintedTextureImage
{
public:
Expand Down

0 comments on commit f7dde15

Please sign in to comment.