Panda3D
|
Performs basic optimizations of a character model and its associated animations, by analyzing the animation tables and removing unneeded joints and/or morphs. More...
#include "eggOptchar.h"
Classes | |
class | DoubleString |
class | FlagGroupsEntry |
class | StringPair |
Public Member Functions | |
void | run () |
Protected Member Functions | |
virtual bool | handle_args (Args &args) |
Does something with the additional arguments on the command line (after all the -options have been parsed). |
Performs basic optimizations of a character model and its associated animations, by analyzing the animation tables and removing unneeded joints and/or morphs.
Can also be used to restructure the character hierarchy.
Definition at line 41 of file eggOptchar.h.
bool EggOptchar::handle_args | ( | ProgramBase::Args & | args | ) | [protected, virtual] |
Does something with the additional arguments on the command line (after all the -options have been parsed).
Returns true if the arguments are good, false otherwise.
Reimplemented from EggMultiFilter.
Definition at line 327 of file eggOptchar.cxx.