1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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 ]
] ]
];
|