|
gtsam_points
|
This is the complete list of members for glk::Mesh, including all inherited members.
| ConstPtr typedef | glk::Drawable | |
| draw(glk::GLSLShader &shader) const override | glk::Mesh | virtual |
| Mesh(const void *vertices, int vertex_stride, const void *normals, int normal_stride, int num_vertices, const void *indices, int num_indices, bool wireframe=false) | glk::Mesh | |
| Mesh(const void *vertices, int vertex_stride, const void *normals, int normal_stride, const void *colors, int color_stride, int num_vertices, const void *indices, int num_indices, bool wireframe=false) | glk::Mesh | |
| Mesh(const void *vertices, int vertex_stride, const void *normals, int normal_stride, const void *colors, int color_stride, const void *tex_coords, int tex_coord_stride, int num_vertices, const void *indices, int num_indices, bool wireframe=false) | glk::Mesh | |
| Mesh(const std::vector< Eigen::Vector3f, Alloc< Eigen::Vector3f > > &vertices, const std::vector< Eigen::Vector3f, Alloc< Eigen::Vector3f > > &normals, const std::vector< int > &indices, bool wireframe=false) | glk::Mesh | inline |
| Mesh(const std::vector< Eigen::Vector3f, Alloc< Eigen::Vector3f > > &vertices, const std::vector< Eigen::Vector3f, Alloc< Eigen::Vector3f > > &normals, const std::vector< Eigen::Vector4f, Alloc< Eigen::Vector4f > > &colors, const std::vector< int > &indices, bool wireframe=false) | glk::Mesh | inline |
| Ptr typedef | glk::Drawable | |
| set_texture(const std::shared_ptr< Texture > &texture, GLenum texture_target=GL_TEXTURE1) | glk::Mesh | |
| ~Drawable() | glk::Drawable | inlinevirtual |
| ~Mesh() | glk::Mesh | virtual |