Panda3D
|
A program to tesselate NURBS surfaces appearing within an egg file into polygons, using variations on a quick uniform tesselation. More...
#include "eggQtess.h"
Public Member Functions | |
void | run () |
Protected Member Functions | |
virtual bool | handle_args (ProgramBase::Args &args) |
Does something with the additional arguments on the command line (after all the -options have been parsed). |
A program to tesselate NURBS surfaces appearing within an egg file into polygons, using variations on a quick uniform tesselation.
Definition at line 31 of file eggQtess.h.
bool EggQtess::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 EggFilter.
Definition at line 125 of file eggQtess.cxx.