Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem committed Aug 2, 2020
1 parent 461cbc0 commit 942ec92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/3d/qgsskyboxsettings.h
Expand Up @@ -72,12 +72,13 @@ class QgsSkyboxSettings
//! Sets whether the skybox is enabled
void setIsSkyboxEnabled( bool enabled ) { mIsSkyboxEnabled = enabled; }

/*
/**
* Returns the type of the skybox
* This can be one of 3 types: "Textures collection", "HDR texture", "Distinct Faces"
*/
QString skyboxType() const { return mSkyboxType; }
/*

/**
* Sets the type of the skybox
* the type can be one of 3 types: "Textures collection", "HDR texture", "Distinct Faces"
*/
Expand Down

0 comments on commit 942ec92

Please sign in to comment.