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
|
var pageextapi =
[
[ "Damage Shaders (NvBlastExtShaders)", "pageextshaders.html", null ],
[ "Stress Solver (NvBlastExtStress)", "pageextstress.html", [
[ "Features", "pageextstress.html#stresssolverfeatures", null ],
[ "Settings Tuning", "pageextstress.html#stresssolvertuning", null ],
[ "Usage", "pageextstress.html#stresssolverusage", null ]
] ],
[ "Asset Utilities (NvBlastExtAssetUtils)", "pageextassetutils.html", [
[ "Add World Bonds", "pageextassetutils.html#addworldbonds", null ],
[ "Merge Assets", "pageextassetutils.html#mergeassets", null ],
[ "Transform In-Place", "pageextassetutils.html#transforminplace", null ]
] ],
[ "Asset Authoring (NvBlastExtAuthoring)", "pageextauthoring.html", [
[ "FractureTool", "pageextauthoring.html#fracturetool", null ],
[ "Mesh Restrictions", "pageextauthoring.html#fracturemeshrestrictions", null ],
[ "ConvexMeshBuilder", "pageextauthoring.html#convexmeshbuilder", null ],
[ "BondGenerator", "pageextauthoring.html#bondgenerator", null ],
[ "MeshCleaner", "pageextauthoring.html#meshcleaner", null ]
] ],
[ "Importer (NvBlastExtImport)", "pageextimport.html", null ],
[ "Exporter (NvBlastExtExporter)", "pageextexporter.html", null ],
[ "Serialization (NvBlastExtSerialization)", "pageextserialization.html", [
[ "Introduction", "pageextserialization.html#serialization_intro", null ],
[ "Serialization (writing)", "pageextserialization.html#serialization_ser", [
[ "Using a Buffer Provider", "pageextserialization.html#bufferproviders", null ]
] ],
[ "Deserialization (reading)", "pageextserialization.html#serialization_deser", null ],
[ "Detecting the Object Type in a Buffer", "pageextserialization.html#detecting_object_type", [
[ "Peeking at and Skipping Buffer Data", "pageextserialization.html#peeking_and_skipping", null ]
] ],
[ "Cleaning Up", "pageextserialization.html#serialization_term", null ]
] ],
[ "BlastTk Serialization (NvBlastExtTkSerialization)", "pageexttkserialization.html", null ],
[ "ExtPhysX Serialization (NvBlastExtPxSerialization)", "pageextpxserialization.html", null ],
[ "PhysX™ Extensions (NvBlastExtPhysX)", "pageextphysx.html", [
[ "ExtPxManager", "pageextphysx.html#ExtPxManager", null ],
[ "ExtImpactDamageManager", "pageextphysx.html#ExtImpactDamageManager", null ],
[ "ExtPxStressSolver", "pageextphysx.html#ExtPxStressSolver", [
[ "Usage", "pageextphysx.html#pxstresssolverusage", null ]
] ],
[ "ExtSync", "pageextphysx.html#ExtSync", null ],
[ "ExtGroupTaskManager", "pageextphysx.html#ExtGroupTaskManager", null ],
[ "ExtCustomProfiler", "pageextphysx.html#ExtCustomProfiler", null ]
] ]
];
|