Превью походки. More...
#include <qd_animation_set_preview.h>
Public Types | |
enum | preview_mode_t { VIEW_WALK_ANIMATIONS, VIEW_STATIC_ANIMATIONS, VIEW_START_ANIMATIONS, VIEW_STOP_ANIMATIONS } |
Public Member Functions | |
qdAnimationSetPreview (qdAnimationSet *p) | |
preview_mode_t | preview_mode () const |
void | set_preview_mode (preview_mode_t md) |
void | set_screen (Vect2s offs, Vect2s size) |
uint32 | back_color () const |
void | set_back_color (uint32 col) |
uint32 | grid_color () const |
void | set_grid_color (uint32 col) |
int | camera_angle () const |
void | set_camera_angle (int ang) |
float | camera_focus () |
void | set_camera_focus (float f) |
int | cell_size () const |
void | set_cell_size (int sz) |
float | personage_speed () const |
void | set_personage_speed (float sp) |
float | personage_height () const |
void | set_personage_height (float h) |
int | direction () const |
bool | set_direction (int dir) |
bool | set_phase (float phase) |
void | set_graph_dispatcher (grDispatcher *p) |
void | start () |
void | quant () |
void | quant (float tm) |
void | redraw () |
const qdAnimation * | cur_animation () const |
Превью походки.