izrik / FbxSharp

A pure C# library for loading FBX files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make ObjectPrinter/FbxPrint work off of command-line parameters

izrik opened this issue · comments

Currently, the filename to be opened is hard-coded. That should be taken from command-line parameters. Also, any options or flags to change how the objects are collected or printed should be settable from the command-line. NCommander may be useful here.