<< Click to Display Table of Contents >> Navigation: »No topics above this level« Simplygon Batch Utility |
Description
Command line tool for batch processing assets with ini setting files in the format used by the Simplygon GUI. Basically a command line frontend to the GUI batch processor executable.
Usage
Example: SimplygonSDKBatchUtilityReleasex64.exe --input="path" --settingsFile="path" --output="path"
--input Defines the path to the input asset, .obj or .fbx
--settingsFile Defines the path to the SimplygonSettings .ini setting file, as saved from Simplygon GUI.
--output Defines the path to the output asset, .obj or .fbx
Building
Everything you need source-wise is provided, except for the FBX SDK, which is used to read/write FBX files, and the Simplygon header and DLL.
The paths to these can be defined in the PathDefines.props file, used by the project file for include/lib folders to simpify build setup.
Once include and lib folders to these are properly set, the project should build successfully.
Uses VS2010.
FBX SDK used for integration was 2014.2.1
Licences
Includes SimpleIni 4.12, MIT licence