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/api_docs/files/pageusersguide.js | |
| 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/api_docs/files/pageusersguide.js')
| -rwxr-xr-x | docs/api_docs/files/pageusersguide.js | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/api_docs/files/pageusersguide.js b/docs/api_docs/files/pageusersguide.js new file mode 100755 index 0000000..4b8220e --- /dev/null +++ b/docs/api_docs/files/pageusersguide.js @@ -0,0 +1,56 @@ +var pageusersguide = +[ + [ "Introduction", "pageintroduction.html", [ + [ "Asset Structure", "pageintroduction.html#asset_structure", null ] + ] ], + [ "Low Level API (NvBlast)", "pagellapi.html", [ + [ "Introduction", "pagellapi.html#llintroduction", null ], + [ "Linking and Header Files", "pagellapi.html#include_and_library", null ], + [ "Creating an Asset from a Descriptor (Authoring)", "pagellapi.html#assets", [ + [ "Cloning an Asset", "pagellapi.html#asset_copying", null ], + [ "Releasing an Asset", "pagellapi.html#asset_releasing", null ] + ] ], + [ "Creating Actors and Families", "pagellapi.html#actors_and_families", [ + [ "Copying Actors (Serialization and Deserialization)", "pagellapi.html#actor_copying", null ], + [ "Cloning a Family", "pagellapi.html#family_serialization", null ], + [ "Single Actor Serialization", "pagellapi.html#single_actor_serialization", null ] + ] ], + [ "Deactivating an Actor", "pagellapi.html#actor_deactivating", [ + [ "Releasing a family", "pagellapi.html#family_releasing", null ] + ] ], + [ "Damage and Fracturing", "pagellapi.html#splitting", null ] + ] ], + [ "Globals API (NvBlastGlobals)", "pageglobalsapi.html", [ + [ "Allocator", "pageglobalsapi.html#globalsallocator", null ], + [ "Error Callback", "pageglobalsapi.html#globalserror", null ], + [ "Profiler API", "pageglobalsapi.html#globalsprofiler", null ] + ] ], + [ "High Level (Toolkit) API (NvBlastTk)", "pagehlapi.html", [ + [ "Introduction to NvBlastTk", "pagehlapi.html#tkintroduction", null ], + [ "NvBlastTk Class Hierarchy", "pagehlapi.html#tk_class_hierarchy", null ], + [ "Linking and Header Files", "pagehlapi.html#tk_include_and_library", null ], + [ "Creating the TkFramework", "pagehlapi.html#framework_init", null ], + [ "Creating a TkAsset", "pagehlapi.html#tkasset_creation", null ], + [ "Instancing a TkAsset: Creation of a TkActor and a TkFamily", "pagehlapi.html#tkasset_instancing", null ], + [ "Groups", "pagehlapi.html#tkgroups", null ], + [ "Applying Damage to Actors and Families", "pagehlapi.html#damage_in_tk", [ + [ "Multiple Damage Descriptors using NvBlastProgramParams", "pagehlapi.html#multiple_damage", null ], + [ "Single Damage Descriptor with Default TkFamily Material", "pagehlapi.html#single_damage_desc_default_material", null ], + [ "Single Damage Descriptor with Specified Material", "pagehlapi.html#single_damage_desc_with_material", null ] + ] ], + [ "Joints", "pagehlapi.html#tkjoints", [ + [ "Releasing Joints", "pagehlapi.html#releasing_joints", null ] + ] ], + [ "Events", "pagehlapi.html#tkevents", null ], + [ "Object and Type Identification", "pagehlapi.html#tktypes", null ] + ] ], + [ "Extensions (NvBlastExt)", "pageextapi.html", "pageextapi" ], + [ "Tools", "pagetools.html", "pagetools" ], + [ "Samples", "pagesamples.html", "pagesamples" ], + [ "Definitions", "pagedefinitions.html", null ], + [ "Copyrights", "pagecopyrights.html", [ + [ "TinyObjLoader", "pagecopyrights.html#tinyobjloader", null ], + [ "Boost", "pagecopyrights.html#boost", null ], + [ "V-HACD", "pagecopyrights.html#vhacd", null ] + ] ] +];
\ No newline at end of file |