Class providing vertex attributes and instructions for drawing of a mesh. More...
#include </home/chochlik/devel/oglplus/include/oglplus/shapes/blender_mesh.hpp>
Inherits oglplus::shapes::DrawingInstructionWriter, and oglplus::shapes::DrawMode.
Public Types | |
typedef VertexAttribsInfo < BlenderMesh > | VertexAttribs |
Vertex attribute information for this shape builder. More... | |
typedef std::vector< GLuint > | IndexArray |
The type of the index container returned by Indices() | |
Public Member Functions | |
FaceOrientation | FaceWinding (void) const |
Returns the winding direction of faces. | |
template<typename T > | |
GLuint | Positions (std::vector< T > &dest) const |
Makes the vertex positions and returns the number of values per vertex. | |
template<typename T > | |
GLuint | Normals (std::vector< T > &dest) const |
Makes the vertex normals and returns the number of values per vertex. | |
template<typename T > | |
GLuint | Tangents (std::vector< T > &dest) const |
Makes the vertex tangents and returns the number of values per vertex. | |
template<typename T > | |
GLuint | Bitangents (std::vector< T > &dest) const |
Makes the vertex bitangents and returns the number of values per vertex. | |
template<typename T > | |
GLuint | TexCoordinates (std::vector< T > &dest) const |
Makes the texture coordinates and returns the number of values per vertex. | |
template<typename T > | |
void | BoundingSphere (oglplus::Sphere< T > &bounding_sphere) const |
Queries the bounding sphere coordinates and dimensions. | |
IndexArray | Indices (Default=Default()) const |
Returns element indices that are used with the drawing instructions. | |
DrawingInstructions | Instructions (Default=Default()) const |
Returns the instructions for rendering of faces. | |
Class providing vertex attributes and instructions for drawing of a mesh.
typedef VertexAttribsInfo<BlenderMesh> oglplus::shapes::BlenderMesh::VertexAttribs |
Vertex attribute information for this shape builder.
BlenderMesh provides build functions for the following named vertex attributes: