8 #ifndef META_OCEAN_RENDERING_GLES_STRIP_PRIMITIVE_H
9 #define META_OCEAN_RENDERING_GLES_STRIP_PRIMITIVE_H
22 namespace GLESceneGraph
This class implements the base class for all GLESceneGraph primitive objects.
Definition: GLESPrimitive.h:32
This class is the base class for all GLESceneGraph stripped primitives.
Definition: GLESStripPrimitive.h:32
~GLESStripPrimitive() override
Destructs a GLESceneGraph stripped primitive object.
VertexIndexGroups strips() const override
Returns the strips of this primitive object.
GLESStripPrimitive()
Creates a new GLESceneGraph stripped primitive object.
This class is the base class for all primitive with strip organization.
Definition: StripPrimitive.h:35
std::vector< VertexIndices > VertexIndexGroups
Definition of a vector holding vertex indices.
Definition: rendering/Rendering.h:125
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15