8 #ifndef META_OCEAN_RENDERING_GI_STRIP_PRIMITIVE_H
9 #define META_OCEAN_RENDERING_GI_STRIP_PRIMITIVE_H
22 namespace GlobalIllumination
This class implements the base class for all primitive objects.
Definition: GIPrimitive.h:32
This class is the base class for all stripped primitives.
Definition: GIStripPrimitive.h:32
VertexIndexGroups strips() const override
Returns the strips of this primitive object.
VertexIndexGroups primitiveStrips
Primitive strips.
Definition: GIStripPrimitive.h:56
~GIStripPrimitive() override
Destructs a GLESceneGraph stripped ptrimitive object.
GIStripPrimitive()
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