|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "cmdline/cmdline.h"#include "globalincs/pstypes.h"#include "graphics/tmapper.h"#include "math/vecmat.h"#include "mission/missionparse.h"#include "model/model.h"#include "nebula/neb.h"#include "render/3d.h"#include "ship/ship.h"Go to the source code of this file.
Macros | |
| #define | OUT_PERCENT1 0.80f |
| #define | OUT_PERCENT2 0.90f |
| #define | IN_PERCENT1 0.10f |
| #define | IN_PERCENT2 0.20f |
| #define | OUT_PERCENT1 0.80f |
| #define | OUT_PERCENT2 0.90f |
| #define | IN_PERCENT1 0.10f |
| #define | IN_PERCENT2 0.20f |
Functions | |
| void | draw_face (vertex *v1, vertex *v2, vertex *v3) |
| void | warpin_batch_draw_face (int texture, vertex *v1, vertex *v2, vertex *v3) |
| void | warpin_render (object *obj, matrix *orient, vec3d *pos, int texture_bitmap_num, float radius, float life_percent, float max_radius, int warp_3d) |
| void | warpin_queue_render (draw_list *scene, object *obj, matrix *orient, vec3d *pos, int texture_bitmap_num, float radius, float life_percent, float max_radius, int warp_3d) |
Variables | |
| int | Warp_model |
| int | Warp_glow_bitmap |
| int | Warp_ball_bitmap |
| #define IN_PERCENT1 0.10f |
| #define IN_PERCENT1 0.10f |
| #define IN_PERCENT2 0.20f |
| #define IN_PERCENT2 0.20f |
| #define OUT_PERCENT1 0.80f |
| #define OUT_PERCENT1 0.80f |
| #define OUT_PERCENT2 0.90f |
| #define OUT_PERCENT2 0.90f |
Definition at line 28 of file warpineffect.cpp.
Definition at line 48 of file warpineffect.cpp.
| void warpin_queue_render | ( | draw_list * | scene, |
| object * | obj, | ||
| matrix * | orient, | ||
| vec3d * | pos, | ||
| int | texture_bitmap_num, | ||
| float | radius, | ||
| float | life_percent, | ||
| float | max_radius, | ||
| int | warp_3d | ||
| ) |
Definition at line 221 of file warpineffect.cpp.
| void warpin_render | ( | object * | obj, |
| matrix * | orient, | ||
| vec3d * | pos, | ||
| int | texture_bitmap_num, | ||
| float | radius, | ||
| float | life_percent, | ||
| float | max_radius, | ||
| int | warp_3d | ||
| ) |
Definition at line 67 of file warpineffect.cpp.
| int Warp_ball_bitmap |
Definition at line 55 of file fireballs.cpp.
| int Warp_glow_bitmap |
Definition at line 54 of file fireballs.cpp.
| int Warp_model |
Definition at line 32 of file fireballs.cpp.