From a3f92a1c7a1cc1553bd9581845ef2542d55ee58f Mon Sep 17 00:00:00 2001 From: bgaldrikian Date: Thu, 25 Oct 2018 00:12:07 -0700 Subject: Fix for crash bug during ESS authoring Doc updates for AuthoringTool and ApexImporter Updated release notes --- docs/_source/apex_importer.txt | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'docs/_source/apex_importer.txt') diff --git a/docs/_source/apex_importer.txt b/docs/_source/apex_importer.txt index fca0b67..2eeec36 100755 --- a/docs/_source/apex_importer.txt +++ b/docs/_source/apex_importer.txt @@ -15,23 +15,22 @@ Along with creating a Blast&tm; asset (*.blast), ApexImporter creates an *.obj o Blast&tm; asset data can be saved in different ways: -1) LL-asset which is Low Level asset data (NvBlastAsset with --ll). + 1) LL-asset which is Low Level asset data (NvBlastAsset with --ll). -2) Tk-asset which is Toolkit asset data (Nv::Blast::TkAsset with --tk). + 2) Tk-asset which is Toolkit asset data (Nv::Blast::TkAsset with --tk). -3) ExtPx-asset which incorporates Blast&tm; data and collision geometry for physics engine (Nv::Blast::ExtPxAsset with --px). Default mode. + 3) ExtPx-asset which incorporates Blast&tm; data and collision geometry for physics engine (Nv::Blast::ExtPxAsset with --px). Default mode. ExtPxAsset assets or *.fbx files that contain collision geometry and can be used in \ref pagesampleassetviewer. \verbatim USAGE: - ApexImporter [--nonskinned] [--fbxcollision] [--fbx] [--obj] - [--fbxascii] [--ll] [--tk] [--px] [-d] [-m <0 - - EXACT, 1 - FORCED, for detailed description see - docs.>] -n [-o ] -f [--] [--version] [-h] - + ApexImporter [--nonskinned] [--fbxcollision] [--jsoncollision] + [--fbx] [--obj] [--fbxascii] [--ll] [--tk] [--px] [-d] + [-m <0 - EXACT, 1 - FORCED, for detailed description see docs.>] + -n [-o ] + -f [--] [--version] [-h] Where: @@ -41,6 +40,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 -- cgit v1.2.3