Home
last modified time | relevance | path

Searched refs:secondary_glow_bitmap (Results 1 – 8 of 8) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/lab/
H A Dlab.cpp545 int secondary_glow_bitmap = -1; in labviewer_add_model_thrusters() local
570 secondary_glow_bitmap = sip->thruster_secondary_glow_info.afterburn.bitmap_id; in labviewer_add_model_thrusters()
590 secondary_glow_bitmap = sip->thruster_secondary_glow_info.normal.bitmap_id; in labviewer_add_model_thrusters()
682 mst.secondary_glow_bitmap = secondary_glow_bitmap; in labviewer_add_model_thrusters()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/model/
H A Dmodel.h1178 int secondary_glow_bitmap; member
1195 …mst_info() : primary_bitmap(-1), primary_glow_bitmap(-1), secondary_glow_bitmap(-1), tertiary_glow… in mst_info()
H A Dmodelinterp.cpp392 Interp_secondary_thrust_glow_bitmap = mst->secondary_glow_bitmap; in model_set_thrust()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/model/
H A Dmodel.h1191 int secondary_glow_bitmap; member
1208 …mst_info() : primary_bitmap(-1), primary_glow_bitmap(-1), secondary_glow_bitmap(-1), tertiary_glow… in mst_info()
H A Dmodelrender.cpp2018 if (thruster_info.secondary_glow_bitmap >= 0) { in model_queue_render_thrusters()
2179 if (thruster_info.secondary_glow_bitmap >= 0) { in model_queue_render_thrusters()
2204 …batching_add_beam(thruster_info.secondary_glow_bitmap, &pnt, &norm2, wVal*thruster_info.secondary_… in model_queue_render_thrusters()
2214 dist_bitmap = thruster_info.secondary_glow_bitmap; in model_queue_render_thrusters()
H A Dmodelinterp.cpp360 Interp_secondary_thrust_glow_bitmap = mst->secondary_glow_bitmap; in model_set_thrust()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ship/
H A Dship.cpp6303 mst.secondary_glow_bitmap = shipp->thruster_secondary_glow_bitmap; in ship_render()
7865 int secondary_glow_bitmap, tertiary_glow_bitmap, distortion_bitmap; in ship_do_thruster_frame() local
7876 secondary_glow_bitmap = sinfo->thruster_secondary_glow_info.afterburn.bitmap_id; in ship_do_thruster_frame()
7884 secondary_glow_bitmap = sinfo->thruster_secondary_glow_info.afterburn.bitmap_id; in ship_do_thruster_frame()
7892 secondary_glow_bitmap = sinfo->thruster_secondary_glow_info.normal.bitmap_id; in ship_do_thruster_frame()
7957 shipp->thruster_secondary_glow_bitmap = secondary_glow_bitmap; in ship_do_thruster_frame()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ship/
H A Dship.cpp8804 int secondary_glow_bitmap, tertiary_glow_bitmap, distortion_bitmap; in ship_do_thruster_frame() local
8815 secondary_glow_bitmap = sinfo->thruster_secondary_glow_info.afterburn.bitmap_id; in ship_do_thruster_frame()
8823 secondary_glow_bitmap = sinfo->thruster_secondary_glow_info.afterburn.bitmap_id; in ship_do_thruster_frame()
8831 secondary_glow_bitmap = sinfo->thruster_secondary_glow_info.normal.bitmap_id; in ship_do_thruster_frame()
8872 shipp->thruster_secondary_glow_bitmap = secondary_glow_bitmap; in ship_do_thruster_frame()
19371 mst->secondary_glow_bitmap = shipp->thruster_secondary_glow_bitmap; in ship_set_thruster_info()