add class comments to dataplane

This commit is contained in:
Michael Nilsson
2016-05-31 18:00:09 -04:00
parent e8238859f8
commit a882d7df6c
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -32,6 +32,11 @@
namespace openspace{
class IswaGroup;
/**
* DataPlane is a concrete IswaCygnet with data files as its input source.
* The class handles creation, destruction and rendering of a plane geometry.
* It also specifies what uniforms to use and what GUI properties it needs.
*/
class DataPlane : public DataCygnet {
friend class IswaGroup;
public:
+3 -3
View File
@@ -30,9 +30,9 @@
namespace openspace{
/**
* TexturePlane is a "concrete" IswaCygnet. It handles the creation,
* destruction and rendering of a plane geometry. It also specifies
* which shaders to use and the uniforms that it needs.
* TexturePlane is a "concrete" IswaCygnet with texture as its input source.
* It handles the creation, destruction and rendering of a plane geometry.
* It also specifies which shaders to use and the uniforms that it needs.
*/
class TexturePlane : public TextureCygnet{
public: