#include <lescegra/sg/camera.h>
#include <lescegra/util/vertex.h>
Include dependency graph for orthocam.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | LsgOrthoCam |
| Orthogonal projection. More... | |
Defines | |
| #define | LSG_ORTHOCAM_H 1 |
| #define | LsgOrthoCam_destroy(self) LsgCamera_destroy(&(self)->super) |
Functions | |
| LsgOrthoCam * | LsgOrthoCam_create (void) |
| void | LsgOrthoCam_init (LsgOrthoCam *self) |
| void | LsgOrthoCam_display (LsgOrthoCam *self, LsgFrustum *frust, LsgNode *node) |
|
|
Destructor method for LsgOrthoCam. Reuse parent implementation. |
|
|
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.
|