diff options
| author | bgaldrikian <[email protected]> | 2018-10-25 00:12:07 -0700 |
|---|---|---|
| committer | bgaldrikian <[email protected]> | 2018-10-25 00:12:07 -0700 |
| commit | a3f92a1c7a1cc1553bd9581845ef2542d55ee58f (patch) | |
| tree | 65d7b052c81faca989db10cf2681f4209fe6dc76 /docs/api_docs/files/pageimporter.html | |
| parent | Merge pull request #14 from neithy/master (diff) | |
| download | blast-1.1.4_release.tar.xz blast-1.1.4_release.zip | |
Fix for crash bug during ESS authoringv1.1.4_releasev1.1.4_rc2
Doc updates for AuthoringTool and ApexImporter
Updated release notes
Diffstat (limited to 'docs/api_docs/files/pageimporter.html')
| -rwxr-xr-x | docs/api_docs/files/pageimporter.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/api_docs/files/pageimporter.html b/docs/api_docs/files/pageimporter.html index d520352..2c069bd 100755 --- a/docs/api_docs/files/pageimporter.html +++ b/docs/api_docs/files/pageimporter.html @@ -34,12 +34,11 @@ ExtPxAsset assets or *.fbx files that contain collision geometry and can be used <div class="fragment"><pre class="fragment"> USAGE: - ApexImporter [--nonskinned] [--fbxcollision] [--fbx] [--obj] - [--fbxascii] [--ll] [--tk] [--px] [-d] [-m <0 - - EXACT, 1 - FORCED, for detailed description see - docs.>] -n <output asset name> [-o <output - directory>] -f <infile> [--] [--version] [-h] - + ApexImporter [--nonskinned] [--fbxcollision] [--jsoncollision] + [--fbx] [--obj] [--fbxascii] [--ll] [--tk] [--px] [-d] + [-m <0 - EXACT, 1 - FORCED, for detailed description see docs.>] + -n <output asset name> [-o <output directory>] + -f <infile> [--] [--version] [-h] Where: @@ -49,6 +48,9 @@ Where: --fbxcollision Append collision geometry to FBX file + --jsoncollision + Save collision geometry to a json file + --fbx Output a FBX mesh to the output directory |