Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

LsgCamera Struct Reference

Abstract camera interface. More...

#include <camera.h>

Collaboration diagram for LsgCamera:

Collaboration graph
[legend]

Data Fields

LsgObject super
void(* display )(LsgCamera *self, LsgFrustum *frust, LsgNode *node)

Related Functions

(Note that these are not member functions.)

void LsgCamera_init (LsgCamera *self)

Detailed Description

Abstract camera interface.


Friends And Related Function Documentation

void LsgCamera_init LsgCamera self  )  [related]
 

Constructor method for LsgCamera. Does nearly nothing.

Parameters:
self The instance variable


Field Documentation

void(* LsgCamera::display)(LsgCamera* self, LsgFrustum* frust, LsgNode* node)
 

Display a node as seen by the camera.

Parameters:
self The instance variable
frust The initial view frustum
node The node to display


The documentation for this struct was generated from the following file:
(c) 2003, by Enno Cramer
generated on 13 Jul 2003
lescegra - doxygen