diff options
Diffstat (limited to 'docs/api_docs/files/pageauthoring.html')
| -rwxr-xr-x | docs/api_docs/files/pageauthoring.html | 63 |
1 files changed, 37 insertions, 26 deletions
diff --git a/docs/api_docs/files/pageauthoring.html b/docs/api_docs/files/pageauthoring.html index 5c42fa3..967fbf2 100755 --- a/docs/api_docs/files/pageauthoring.html +++ b/docs/api_docs/files/pageauthoring.html @@ -33,23 +33,30 @@ This tool uses the Authoring Tools Extension (<a class="el" href="pageextauthori USAGE: - AuthoringTool_x64.exe [--ovar <by default - 0.0>] [--avar <by default 0.0>] - [--slices <by default 1 1 1>] - [--radius <by default 1.0>] - [--clusters <by default 5>] - [--cells <by default 5>] [--mode <v - - voronoi, c - clustered voronoi, s - - slicing.>] [--nonskinned] - [--fbxcollision] [--fbx] [--obj] - [--fbxascii] [--tk] [--px] - [--clean] [--outputDir <by default - directory of the input file>] [--] - [--version] [-h] <infile> <output - asset name> - + AuthoringTool_x64 [--agg <by default 1>] [--cutoutBitmap <by defualt empty>] + [--normal <by default 1 0 0>] [--point <by default 0 0 0>] + [--ovar <by default 0.0>] [--avar <by default 0.0>] + [--slices <by default 1 1 1>] [--radius <by default 1.0>] + [--clusters <by default 5>] [--cells <by default 5>] + [--mode <v - voronoi, c - clustered voronoi, s - slicing, + p - plane cut, u - cutout, i - chunks from islands.>] + [--interiorMat <by default -1>] [--nonskinned] [--jsoncollision] + [--fbxcollision] [--fbx] [--obj] [--fbxascii] [--ll] [--tk] [--px] + [--clean] [--outputDir <by default directory of the input file>] + [--] [--version] [-h] <infile> <output asset name> Where: + --agg <by default 1> + Maximum number of collision hulls per chunk (aggregate) + + --cutoutBitmap <by defualt empty> + Path to *.bmp file with cutout bitmap + + --normal <by default 1 0 0> + Plane surface normal + + --point <by default 0 0 0> + Plane surface point --ovar <by default 0.0> Slicing offset variation @@ -69,12 +76,20 @@ Where: --cells <by default 5> Voronoi cells count - --mode <v - voronoi, c - clustered voronoi, s - slicing.> + --mode <v - voronoi, c - clustered voronoi, s - slicing, p - plane cut, + u - cutout, i - chunks from islands.> Fracturing mode + --interiorMat <by default -1> + Use to setup interior material id, by default new material for + internal surface will be created. + --nonskinned Output a non-skinned FBX file + --jsoncollision + Save collision geometry to a json file + --fbxcollision Add collision geometry to FBX file @@ -87,13 +102,15 @@ Where: --fbxascii Output FBX as an ascii file (defaults to binary output) + --ll + Output LL Blast (NvBlastAsset) to the .blast file in the output + directory. + --tk - Output TkAsset to the .blast file in the output directory instead of - LL Blast asset (NvBlastAsset). + Output TkAsset to the .blast file in the output directory. --px - Output ExtPxAsset to the .blast file in the output directory instead - of LL Blast asset (NvBlastAsset). + Output ExtPxAsset to the .blast file in the output directory. --clean Try cleaning mesh before fracturing @@ -116,12 +133,6 @@ Where: <output asset name> (required) Output asset name - - Blast SDK: Authoring Tool - - - - </pre></div><p> <br> See <a class="el" href="pagecopyrights.html">Copyrights</a> for license information regarding third-party software used by ApexImporter.<p> |