|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <shipfx.h>
Public Member Functions | |
| WE_BSG (object *n_objp, int n_direction) | |
| ~WE_BSG () | |
| virtual void | pageIn () |
| virtual int | warpStart () |
| virtual int | warpFrame (float frametime) |
| virtual int | warpShipClip () |
| virtual int | warpShipClip (model_render_params *render_info) |
| virtual int | warpShipRender () |
| virtual int | warpEnd () |
| virtual int | getWarpPosition (vec3d *output) |
| virtual int | getWarpOrientation (matrix *output) |
Public Member Functions inherited from WarpEffect | |
| WarpEffect () | |
| WarpEffect (object *n_objp, int n_direction) | |
| virtual | ~WarpEffect () |
| void | clear () |
| bool | isValid () |
| virtual void | pageOut () |
| virtual int | warpShipQueueRender (draw_list *scene) |
Additional Inherited Members | |
Protected Attributes inherited from WarpEffect | |
| object * | objp |
| int | direction |
| ship * | shipp |
| ship_info * | sip |
Definition at line 3816 of file shipfx.cpp.
| WE_BSG::~WE_BSG | ( | ) |
Definition at line 3915 of file shipfx.cpp.
Reimplemented from WarpEffect.
Definition at line 4173 of file shipfx.cpp.
Reimplemented from WarpEffect.
Definition at line 4161 of file shipfx.cpp.
|
virtual |
Reimplemented from WarpEffect.
Definition at line 3923 of file shipfx.cpp.
|
virtual |
Reimplemented from WarpEffect.
Definition at line 4149 of file shipfx.cpp.
Reimplemented from WarpEffect.
Definition at line 4013 of file shipfx.cpp.
|
virtual |
Reimplemented from WarpEffect.
Definition at line 4059 of file shipfx.cpp.
|
virtual |
Reimplemented from WarpEffect.
Definition at line 4073 of file shipfx.cpp.
|
virtual |
Reimplemented from WarpEffect.
Definition at line 4089 of file shipfx.cpp.
|
virtual |
Reimplemented from WarpEffect.
Definition at line 3931 of file shipfx.cpp.