OpenStructure
|
#include <gfx_prim.hh>
Public Member Functions | |
TextPrim () | |
TextPrim (const String &s, const geom::Vec3 &p, const Color &c, float ps) | |
Data Fields | |
String | str |
geom::Vec3 | position |
Color | color |
float | points |
Definition at line 107 of file gfx_prim.hh.
|
inline |
Definition at line 108 of file gfx_prim.hh.
|
inline |
Definition at line 109 of file gfx_prim.hh.
Color color |
Definition at line 113 of file gfx_prim.hh.
float points |
Definition at line 114 of file gfx_prim.hh.
geom::Vec3 position |
Definition at line 112 of file gfx_prim.hh.
String str |
Definition at line 111 of file gfx_prim.hh.