mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 08:49:20 -05:00
add class comments to dataplane
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user