From b0c11962f6012430da3bcaa2727288046b33d648 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Tue, 24 Oct 2017 15:25:02 -0700 Subject: Changes for 1.1.1 See README.md --- docs/api_docs/files/pageextassetutils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api_docs/files/pageextassetutils.html') diff --git a/docs/api_docs/files/pageextassetutils.html b/docs/api_docs/files/pageextassetutils.html index f2e8dad..86c4eeb 100644 --- a/docs/api_docs/files/pageextassetutils.html +++ b/docs/api_docs/files/pageextassetutils.html @@ -61,7 +61,7 @@ newBondDesc[0].componentIndices[0] = 0; // Connect asset i newBondDesc[0].componentIndices[1] = 1; // .. to the asset in components[1] // Create merged asset descriptor -NvBlastAssetDesc mergedDesc = NvBlastExtAssetUtilsMergeAssets(components, NULL, translations, 2, newBondDescs, newBondCount); +NvBlastAssetDesc mergedDesc = NvBlastExtAssetUtilsMergeAssets(components, NULL, translations, 2, newBondDescs, newBondCount);

Note, we passed in NULL for the list of relative rotations, meaning no asset will be rotated.

Also note, the new bond descriptors can just as well apply to a single asset (by setting both component indices to the same index), allowing the user to create additional bonds within a single asset if desired.

-- cgit v1.2.3