Panda3D
Classes | Public Member Functions | Protected Member Functions
EggOptchar Class Reference

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"

Inheritance diagram for EggOptchar:
EggCharacterFilter EggMultiFilter EggMultiBase EggBase ProgramBase

List of all members.

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).

Detailed Description

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations