|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#include "animated.h"Go to the source code of this file.
Functions | |
| float | frand () |
| float | randfloat (float lower, float upper) |
| int | randint (int lower, int upper) |
Variables | |
| size_t | globalTime = 0 |
| Global clock for global-sequence animations. | |
| float frand | ( | ) |
| float randfloat | ( | float | lower, |
| float | upper | ||
| ) |
| int randint | ( | int | lower, |
| int | upper | ||
| ) |
Definition at line 15 of file animated.cpp.
| size_t globalTime = 0 |
Global clock for global-sequence animations.
Definition at line 3 of file animated.cpp.