#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.
TextPrim | ( | ) | [inline] |
Definition at line 108 of file gfx_prim.hh.
TextPrim | ( | const String & | s, | |
const geom::Vec3 & | p, | |||
const Color & | c, | |||
float | ps | |||
) | [inline] |
Definition at line 109 of file gfx_prim.hh.
Definition at line 113 of file gfx_prim.hh.
float points |
Definition at line 114 of file gfx_prim.hh.
Definition at line 112 of file gfx_prim.hh.
Definition at line 111 of file gfx_prim.hh.