aboutsummaryrefslogtreecommitdiff
path: root/docs/api_docs
diff options
context:
space:
mode:
authorbgaldrikian <[email protected]>2018-10-25 00:12:07 -0700
committerbgaldrikian <[email protected]>2018-10-25 00:12:07 -0700
commita3f92a1c7a1cc1553bd9581845ef2542d55ee58f (patch)
tree65d7b052c81faca989db10cf2681f4209fe6dc76 /docs/api_docs
parentMerge pull request #14 from neithy/master (diff)
downloadblast-a3f92a1c7a1cc1553bd9581845ef2542d55ee58f.tar.xz
blast-a3f92a1c7a1cc1553bd9581845ef2542d55ee58f.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')
-rwxr-xr-xdocs/api_docs/files/pageauthoring.html63
-rwxr-xr-xdocs/api_docs/files/pageimporter.html14
-rwxr-xr-xdocs/api_docs/files/pagereleasenotes.html4
3 files changed, 48 insertions, 33 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 &lt;by default
- 0.0&gt;] [--avar &lt;by default 0.0&gt;]
- [--slices &lt;by default 1 1 1&gt;]
- [--radius &lt;by default 1.0&gt;]
- [--clusters &lt;by default 5&gt;]
- [--cells &lt;by default 5&gt;] [--mode &lt;v
- - voronoi, c - clustered voronoi, s
- - slicing.&gt;] [--nonskinned]
- [--fbxcollision] [--fbx] [--obj]
- [--fbxascii] [--tk] [--px]
- [--clean] [--outputDir &lt;by default
- directory of the input file&gt;] [--]
- [--version] [-h] &lt;infile&gt; &lt;output
- asset name&gt;
-
+ AuthoringTool_x64 [--agg &lt;by default 1&gt;] [--cutoutBitmap &lt;by defualt empty&gt;]
+ [--normal &lt;by default 1 0 0&gt;] [--point &lt;by default 0 0 0&gt;]
+ [--ovar &lt;by default 0.0&gt;] [--avar &lt;by default 0.0&gt;]
+ [--slices &lt;by default 1 1 1&gt;] [--radius &lt;by default 1.0&gt;]
+ [--clusters &lt;by default 5&gt;] [--cells &lt;by default 5&gt;]
+ [--mode &lt;v - voronoi, c - clustered voronoi, s - slicing,
+ p - plane cut, u - cutout, i - chunks from islands.&gt;]
+ [--interiorMat &lt;by default -1&gt;] [--nonskinned] [--jsoncollision]
+ [--fbxcollision] [--fbx] [--obj] [--fbxascii] [--ll] [--tk] [--px]
+ [--clean] [--outputDir &lt;by default directory of the input file&gt;]
+ [--] [--version] [-h] &lt;infile&gt; &lt;output asset name&gt;
Where:
+ --agg &lt;by default 1&gt;
+ Maximum number of collision hulls per chunk (aggregate)
+
+ --cutoutBitmap &lt;by defualt empty&gt;
+ Path to *.bmp file with cutout bitmap
+
+ --normal &lt;by default 1 0 0&gt;
+ Plane surface normal
+
+ --point &lt;by default 0 0 0&gt;
+ Plane surface point
--ovar &lt;by default 0.0&gt;
Slicing offset variation
@@ -69,12 +76,20 @@ Where:
--cells &lt;by default 5&gt;
Voronoi cells count
- --mode &lt;v - voronoi, c - clustered voronoi, s - slicing.&gt;
+ --mode &lt;v - voronoi, c - clustered voronoi, s - slicing, p - plane cut,
+ u - cutout, i - chunks from islands.&gt;
Fracturing mode
+ --interiorMat &lt;by default -1&gt;
+ 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:
&lt;output asset name&gt;
(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>
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 &lt;0 -
- EXACT, 1 - FORCED, for detailed description see
- docs.&gt;] -n &lt;output asset name&gt; [-o &lt;output
- directory&gt;] -f &lt;infile&gt; [--] [--version] [-h]
-
+ ApexImporter [--nonskinned] [--fbxcollision] [--jsoncollision]
+ [--fbx] [--obj] [--fbxascii] [--ll] [--tk] [--px] [-d]
+ [-m &lt;0 - EXACT, 1 - FORCED, for detailed description see docs.&gt;]
+ -n &lt;output asset name&gt; [-o &lt;output directory&gt;]
+ -f &lt;infile&gt; [--] [--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
diff --git a/docs/api_docs/files/pagereleasenotes.html b/docs/api_docs/files/pagereleasenotes.html
index 8d37a2f..1775f17 100755
--- a/docs/api_docs/files/pagereleasenotes.html
+++ b/docs/api_docs/files/pagereleasenotes.html
@@ -24,7 +24,7 @@
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-Blast(tm) SDK 1.1.4 (03-Oct-2018)
+Blast(tm) SDK 1.1.4 (24-Oct-2018)
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Changes
@@ -45,9 +45,11 @@ Bug fixes
* Authoring tools:
** Fixed .obj material loading when obj folder is same as working directory.
** Degenerate face generation fix.
+** Fixed memory leak in FractureTool.
* Proper memory releasing in samples.
* Single-actor serialization bugfix when actor has world bonds.
* Updated PhysX package for Win64 (vc14 and vc15) and Linux64 to 3.4.24990349, improving GRB behavior and fixing GRB crash/failure on Volta and Turing.
+* Documented JSON collision export option introduced in previous version.
Known Issues
------------