diff options
| author | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
| commit | 7115f60b91b5717d90f643fd692010905c7004db (patch) | |
| tree | effd68c6978751c517d54c2f2bb5bb6e7dc93e18 /docs/_source/ext_import.txt | |
| parent | Updating BlastTool zip (diff) | |
| download | blast-1.1.3_rc1.tar.xz blast-1.1.3_rc1.zip | |
Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1
Diffstat (limited to 'docs/_source/ext_import.txt')
| -rwxr-xr-x[-rw-r--r--] | docs/_source/ext_import.txt | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/docs/_source/ext_import.txt b/docs/_source/ext_import.txt index db5ff10..6916b83 100644..100755 --- a/docs/_source/ext_import.txt +++ b/docs/_source/ext_import.txt @@ -1,24 +1,24 @@ -/*! \page pageextimport Importer (NvBlastExtImport) - -This extension provides tools to import data from external formats and convert to a Blast&tm; asset. - -Currently the only external data format handled is NvApexDestructibleAsset, handled by Nv::Blast::ApexImporter::ApexImportTool. - -This tool supports two bond generation modes and can be configured by providing: -\code -struct ApexImporterConfig -{ - enum InterfaceSearchMode { EXACT, FORCED, MODE_COUNT }; - InterfaceSearchMode infSearchMode; -} -\endcode - -1) EXACT - Importer tries to find triangles from two chunks which lay in common surface. If such triangles are found, their intersections are considered as the interface. - -2) FORCED - Bond creation is forced no matter how far chunks are from each other. Interface parameters are approximated. - -Nv::Blast::ApexImporter::ApexImportTool can be initialized by providing ApexSDK and ModuleDestructible, or they can be created internally. - -If ApexSDK and ModuleDestructible were provided, they are not freed when Nv::Blast::ApexImporter::~ApexImportTool() is called. -<br> -*/ +/*! \page pageextimport Importer (NvBlastExtImport)
+
+This extension provides tools to import data from external formats and convert to a Blast&tm; asset.
+
+Currently the only external data format handled is NvApexDestructibleAsset, handled by Nv::Blast::ApexImporter::ApexImportTool.
+
+This tool supports two bond generation modes and can be configured by providing:
+\code
+struct ApexImporterConfig
+{
+ enum InterfaceSearchMode { EXACT, FORCED, MODE_COUNT };
+ InterfaceSearchMode infSearchMode;
+}
+\endcode
+
+1) EXACT - Importer tries to find triangles from two chunks which lay in common surface. If such triangles are found, their intersections are considered as the interface.
+
+2) FORCED - Bond creation is forced no matter how far chunks are from each other. Interface parameters are approximated.
+
+Nv::Blast::ApexImporter::ApexImportTool can be initialized by providing ApexSDK and ModuleDestructible, or they can be created internally.
+
+If ApexSDK and ModuleDestructible were provided, they are not freed when Nv::Blast::ApexImporter::~ApexImportTool() is called.
+<br>
+*/
|