mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
Add description to Propertys
This commit is contained in:
@@ -95,10 +95,10 @@ documentation::Documentation RenderableModel::Documentation() {
|
||||
RenderableModel::RenderableModel(const ghoul::Dictionary& dictionary)
|
||||
: Renderable(dictionary)
|
||||
, _geometry(nullptr)
|
||||
, _colorTexturePath("colorTexture", "Color Texture")
|
||||
, _performFade("performFading", "Perform Fading", false)
|
||||
, _performShading("performShading", "Perform Shading", true)
|
||||
, _fading("fading", "Fade", 0)
|
||||
, _colorTexturePath("colorTexture", "Color Texture", "") // @TODO Missing documentation
|
||||
, _performFade("performFading", "Perform Fading", "", false) // @TODO Missing documentation
|
||||
, _performShading("performShading", "Perform Shading", "", true) // @TODO Missing documentation
|
||||
, _fading("fading", "Fade", "", 0) // @TODO Missing documentation
|
||||
, _programObject(nullptr)
|
||||
, _texture(nullptr)
|
||||
, _modelTransform(1.0)
|
||||
|
||||
Reference in New Issue
Block a user