|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Go to the source code of this file.
Functions | |
| void | nebula_init (const char *filename, int pitch, int bank, int heading) |
| void | nebula_init (const char *filename, angles *pbh=0) |
| void | nebula_close () |
| void | nebula_render () |
Variables | |
| int | Nebula_pitch |
| int | Nebula_bank |
| int | Nebula_heading |
| void nebula_close | ( | ) |
Definition at line 42 of file nebula.cpp.
Definition at line 133 of file nebula.cpp.
Definition at line 143 of file nebula.cpp.
| void nebula_render | ( | ) |
Definition at line 165 of file nebula.cpp.
| int Nebula_bank |
Definition at line 39 of file nebula.cpp.
| int Nebula_heading |
Definition at line 40 of file nebula.cpp.
| int Nebula_pitch |
Definition at line 38 of file nebula.cpp.