#include "config_char.h"
#include "character.h"
#include "characterJoint.h"
#include "characterJointBundle.h"
#include "characterSlider.h"
#include "computedVertices.h"
#include "dynamicVertices.h"
#include <dconfig.h>
#include <lmatrix4.h>
Go to the source code of this file.
Functions | |
Configure (config_char) | |
NotifyCategoryDef (char,"") | |
ConfigureFn (config_char) | |
void | init_libchar () |
Initializes the library. | |
Variables | |
const bool | even_animation = config_char.GetBool("even-animation", false) |
Definition in file config_char.cxx.
|
|
|
Definition at line 36 of file config_char.cxx. References even_animation. |
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 72 of file config_char.cxx. |
|
|
|
Definition at line 53 of file config_char.cxx. Referenced by ConfigureFn(), and Character::cull_callback(). |