Make use of referenced verifier for Renderables

Adapt HTML documentation generation
This commit is contained in:
Alexander Bock
2016-09-19 11:24:37 +02:00
parent 9b9f0ecce8
commit 85492405bd
5 changed files with 54 additions and 23 deletions
+4
View File
@@ -32,6 +32,8 @@
#include <ghoul/opengl/programobject.h>
#include <openspace/documentation/documentation.h>
// Forward declare to minimize dependencies
namespace ghoul {
@@ -91,6 +93,8 @@ public:
static void setPscUniforms(ghoul::opengl::ProgramObject& program, const Camera& camera, const PowerScaledCoordinate& position);
static Documentation Documentation();
protected:
properties::BoolProperty _enabled;