Adding documentations to more classes

This commit is contained in:
Alexander Bock
2017-05-11 22:51:11 -04:00
parent b660a84464
commit 773828c057
8 changed files with 138 additions and 56 deletions

View File

@@ -40,6 +40,8 @@
namespace openspace {
namespace documentation { struct Documentation; }
namespace modelgeometry {
class ModelGeometry;
}
@@ -56,6 +58,7 @@ public:
void render(const RenderData& data) override;
void update(const UpdateData& data) override;
static documentation::Documentation Documentation();
protected:
void loadTexture();
@@ -72,13 +75,7 @@ private:
glm::dmat3 _modelTransform;
float _alpha;
//glm::dmat3 _stateMatrix;
//std::string _source;
//std::string _destination;
std::string _target;
//bool _isGhost;
int _frameCount;
glm::dvec3 _sunPos;