8 #ifndef META_OCEAN_RENDERING_GLES_POINTS_H
9 #define META_OCEAN_RENDERING_GLES_POINTS_H
22 namespace GLESceneGraph
65 void setIndices(
const unsigned int numberImplicitPoints)
override;
116 GLuint vboIndices_ = 0u;
122 unsigned int numberImplicitPoints_ = 0u;
This class implements a GLESceneGraph attribute set object.
Definition: GLESAttributeSet.h:40
This class implements a class factory for all GLESceneGraph objects.
Definition: GLESFactory.h:30
This class implements a base for all GLESceneGraph framebuffers.
Definition: rendering/glescenegraph/GLESFramebuffer.h:34
This class implements the base class for all GLESceneGraph independent primitive.
Definition: GLESIndependentPrimitive.h:32
This class implements a GLESceneGraph points object.
Definition: GLESPoints.h:32
void render(const GLESFramebuffer &framebuffer, const SquareMatrix4 &projectionMatrix, const HomogenousMatrix4 &camera_T_object, const HomogenousMatrix4 &camera_T_world, const SquareMatrix3 &normalMatrix, GLESAttributeSet &attributeSet, const Lights &lights) override
Renders the points defined by the associated vertex set and the defined indices.
void setIndices(const unsigned int numberImplicitPoints) override
Sets the indices of the used vertex points.
~GLESPoints() override
Destructs a GLESceneGraph points object.
VertexIndices explicitPointIndices_
The point indices, in case points are defined via explicit point indices.
Definition: GLESPoints.h:119
Scalar pointSize() const override
Returns the size in pixels at which all points will be rendered.
VertexIndices indices() const override
Returns the indices of the used vertex points.
GLESPoints()
Creates a new GLESceneGraph points object.
void drawPoints()
Draws all points with the currently bound shader program.
void setIndices(const VertexIndices &indices) override
Sets the indices of the used vertex points.
unsigned int numberIndices() const override
Returns the number of point indices defined in this primitive.
void render(const SquareMatrix4 &projectionMatrix, const HomogenousMatrix4 &camera_T_object, const HomogenousMatrix4 &camera_T_world, const SquareMatrix3 &normalMatrix, GLESShaderProgram &shaderProgram) override
Renders the triangles defined by the associated vertex set and the defined triangle faces.
void release()
Releases the internal vertex buffer object containing the point indices.
void setPointSize(const Scalar size) override
Sets the size in pixels at which all points will be rendered.
void updateBoundingBox() override
Updates the bounding box of this primitive.
This class implements a container for an OpenGL ES shader program.
Definition: GLESShaderProgram.h:53
This class is the base for all points objects.
Definition: Points.h:38
float Scalar
Definition of a scalar type.
Definition: Math.h:128
std::vector< VertexIndex > VertexIndices
Definition of a vector holding vertex indices.
Definition: rendering/Rendering.h:101
std::vector< LightPair > Lights
Definition of a set holding light sources.
Definition: GLESLightSource.h:44
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15