WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
animated.cpp File Reference
#include "animated.h"
Include dependency graph for animated.cpp:

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.
 

Function Documentation

◆ frand()

float frand ( )

Definition at line 5 of file animated.cpp.

Here is the caller graph for this function:

◆ randfloat()

float randfloat ( float  lower,
float  upper 
)

Definition at line 10 of file animated.cpp.

Here is the caller graph for this function:

◆ randint()

int randint ( int  lower,
int  upper 
)

Definition at line 15 of file animated.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ globalTime

size_t globalTime = 0

Global clock for global-sequence animations.

Definition at line 3 of file animated.cpp.