#include <orthocam.h>
Collaboration diagram for LsgOrthoCam:

Data Fields | |
| LsgCamera | super |
| Vertex | min |
| Vertex | max |
Related Functions | |
| (Note that these are not member functions.) | |
| LsgOrthoCam * | LsgOrthoCam_create (void) |
| void | LsgOrthoCam_init (LsgOrthoCam *self) |
| void | LsgOrthoCam_display (LsgOrthoCam *self, LsgFrustum *frust, LsgNode *node) |
A camera with an axes parallel view cube defind by minimal and maximal value for each axis.
|
|
Allocate and initialize a new LsgOrthoCam.
|
|
|
Constructor method for LsgOrthoCam. Initialize view cube to [-1, +1] in all dimensions.
|
|
||||||||||||||||
|
Display a node as seen from this camera.
|