#include "config_chan.h"
#include "animBundle.h"
#include "animBundleNode.h"
#include "animChannelBase.h"
#include "animChannelMatrixXfmTable.h"
#include "animChannelScalarTable.h"
#include "animControl.h"
#include "animGroup.h"
#include "movingPartBase.h"
#include "movingPartMatrix.h"
#include "movingPartScalar.h"
#include "partBundle.h"
#include "partBundleNode.h"
#include "partGroup.h"
#include "luse.h"
#include "dconfig.h"
Go to the source code of this file.
Functions | |
Configure (config_chan) | |
NotifyCategoryDef (chan,"") | |
ConfigureFn (config_chan) | |
Variables | |
bool | compress_channels = config_chan.GetBool("compress-channels", false) |
int | compress_chan_quality = config_chan.GetInt("compress-chan-quality", 95) |
bool | read_compressed_channels = config_chan.GetBool("read-compressed-channels", true) |
|
|
|
|
|
|
Definition at line 71 of file config_chan.cxx. Referenced by AnimChannelScalarTable::write_datagram(), and AnimChannelMatrixXfmTable::write_datagram(). |
|
Definition at line 43 of file config_chan.cxx. Referenced by AnimChannelScalarTable::write_datagram(), and AnimChannelMatrixXfmTable::write_datagram(). |
|
Definition at line 77 of file config_chan.cxx. Referenced by AnimChannelMatrixXfmTable::fillin(). |