GLVis  v4.2
Accurate and flexible finite element visualization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
gl3::FeedbackText Struct Reference

#include <renderer.hpp>

Collaboration diagram for gl3::FeedbackText:
[legend]

Public Member Functions

 FeedbackText ()=default
 
 FeedbackText (glm::vec3 t_off, glm::vec4 t_color, std::string txt)
 

Public Attributes

glm::vec3 offset
 
glm::vec4 color
 
std::string text
 

Detailed Description

Definition at line 78 of file renderer.hpp.

Constructor & Destructor Documentation

gl3::FeedbackText::FeedbackText ( )
default
gl3::FeedbackText::FeedbackText ( glm::vec3  t_off,
glm::vec4  t_color,
std::string  txt 
)
inline

Definition at line 85 of file renderer.hpp.

Member Data Documentation

glm::vec4 gl3::FeedbackText::color

Definition at line 81 of file renderer.hpp.

glm::vec3 gl3::FeedbackText::offset

Definition at line 80 of file renderer.hpp.

std::string gl3::FeedbackText::text

Definition at line 82 of file renderer.hpp.


The documentation for this struct was generated from the following file: