#include <axis.h>
Public Member Functions | |
Axis () | |
void | Render (const glm::mat4 &projection_mat, const glm::mat4 &view_mat) const |
Private Attributes | |
GLuint | attrib_colors_ |
std::vector< glm::vec4 > | vec_colors_ |
void tango_gl::Axis::Render | ( | const glm::mat4 & | projection_mat, |
const glm::mat4 & | view_mat | ||
) | const [virtual] |
Reimplemented from tango_gl::Line.
GLuint tango_gl::Axis::attrib_colors_ [private] |
std::vector<glm::vec4> tango_gl::Axis::vec_colors_ [private] |