Description: ### ### ### ### ### ### ####
# #
# Delta3D Examples: testAI #
# #
########################################
Uses modules: dtCore, dtABC, dtUtil, dtAI, dtDAL, dtActors, dtAnim
Purpose
-------
To provide an example of how to use dtAI::AStar to move a dtChar::Character
between waypoints.
Controls
--------
N - Toggle NavMesh rendering
Space - Toggle overhead view
A - Zoom in with overhead view
Z - Zoom out with overhead view
Esc - Exit
To Search:
File list (Check if you may need any files):
testAI\aicharacter.cpp
......\aicharacter.h
......\config.xml
......\main.cpp
......\readme.txt
......\testai.cpp
......\testai.h
......\testai.py
testAI