Public Member Functions | Public Attributes

glut::render_context_t Struct Reference

rendering context More...

#include <renderable.h>

Collaboration diagram for glut::render_context_t:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

rendering context

Definition at line 54 of file renderable.h.


Constructor & Destructor Documentation

glut::render_context_t::render_context_t ( void   )  throw () [inline]

Definition at line 56 of file renderable.h.


Member Function Documentation

void glut::render_context_t::clear ( void   )  throw () [inline]

Definition at line 57 of file renderable.h.


Member Data Documentation

where we draw on screen

Definition at line 65 of file renderable.h.

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.


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