Introduction - If you have any usage issues, please Google them yourself
TestAnim
Demonstrates the dtAnim animation system funcionality
To run, use the GameStart utility and supply the library name on the command line.
Usage:
"GameStart.exe testAnim" or "GameStartD.exe testAnim"
** Visual Studio **
If running via Visual Studio, edit the testAAR project settings:
- Debugging->Command: GameStart.exe (or "GameStartD.exe" for debug).
- Debugging->Command Arguments: testAnim
Note: Make sure your PATH environment is set to DELTA_ROOT /bin so MSVC can
find the GameStart executable.