rendering context More...
#include <renderable.h>
Public Member Functions | |
render_context_t (void) throw () | |
void | clear (void) throw () |
Public Attributes | |
recti_t | viewport |
where we draw on screen | |
placement_t | placement |
object position and orientation | |
Viewer | viewer |
viewer position and orientation | |
camera_t | camera |
camera information |
rendering context
Definition at line 54 of file renderable.h.
glut::render_context_t::render_context_t | ( | void | ) | throw () [inline] |
Definition at line 56 of file renderable.h.
void glut::render_context_t::clear | ( | void | ) | throw () [inline] |
Definition at line 57 of file renderable.h.
where we draw on screen
Definition at line 65 of file renderable.h.
placement_t glut::render_context_t::placement |
object position and orientation
Definition at line 66 of file renderable.h.
viewer position and orientation
Definition at line 67 of file renderable.h.
camera information
Definition at line 68 of file renderable.h.