addTextMessage(const double x_frac, const double y_frac, const std::string &text, const mrpt::utils::TColorf &color=mrpt::utils::TColorf(1.0, 1.0, 1.0), const size_t unique_index=0, const mrpt::opengl::TOpenGLFont font=mrpt::opengl::MRPT_GLUT_BITMAP_TIMES_ROMAN_24) | mrpt::opengl::CTextMessageCapable | |
addTextMessage(const double x_frac, const double y_frac, const std::string &text, const mrpt::utils::TColorf &color, const std::string &font_name, const double font_size, const mrpt::opengl::TOpenGLFontStyle font_style=mrpt::opengl::NICE, const size_t unique_index=0, const double font_spacing=1.5, const double font_kerning=0.1, const bool has_shadow=false, const mrpt::utils::TColorf &shadow_color=mrpt::utils::TColorf(0, 0, 0)) | mrpt::opengl::CTextMessageCapable | |
CFBORender(unsigned int width=800, unsigned int height=600, const bool skip_glut_window=false) | mrpt::opengl::CFBORender | |
clearTextMessages() | mrpt::opengl::CTextMessageCapable | |
getBackgroundColor() const | mrpt::opengl::CFBORender | inline |
getCamera(const COpenGLScene &scene) | mrpt::opengl::CFBORender | |
getFrame(const COpenGLScene &scene, mrpt::utils::CImage &image) | mrpt::opengl::CFBORender | |
getFrame2(const COpenGLScene &scene, mrpt::utils::CImage &image) | mrpt::opengl::CFBORender | |
isExtensionSupported(const char *extension) | mrpt::opengl::CFBORender | protected |
m_2D_texts | mrpt::opengl::CTextMessageCapable | protected |
m_default_bk_color | mrpt::opengl::CFBORender | protected |
m_fbo | mrpt::opengl::CFBORender | protected |
m_height | mrpt::opengl::CFBORender | protected |
m_tex | mrpt::opengl::CFBORender | protected |
m_width | mrpt::opengl::CFBORender | protected |
m_win | mrpt::opengl::CFBORender | protected |
m_win_used | mrpt::opengl::CFBORender | protected |
render_text_messages(const int w, const int h) const | mrpt::opengl::CTextMessageCapable | protected |
resize(unsigned int width, unsigned int height) | mrpt::opengl::CFBORender | |
setBackgroundColor(const mrpt::utils::TColorf &col) | mrpt::opengl::CFBORender | inline |
setCamera(const COpenGLScene &scene, const CCamera &camera) | mrpt::opengl::CFBORender | |
updateTextMessage(const size_t unique_index, const std::string &text) | mrpt::opengl::CTextMessageCapable | |
~CFBORender() | mrpt::opengl::CFBORender | virtual |