|
Gama C Library
Gama C API Documentation
|
Defines the 3D camera structure for scene projection. More...
Go to the source code of this file.
Data Structures | |
| struct | gm3Camera |
| Represents a camera in a 3D scene, used for projection. More... | |
Functions | |
| int | gm3_camera_create (gm3Camera *c) |
| Initializes a gm3Camera struct with default values. | |
Variables | |
| const gm3Camera | gm3_default_camera |
| A default gm3Camera instance. | |
Defines the 3D camera structure for scene projection.
| int gm3_camera_create | ( | gm3Camera * | c | ) |