@@ -274,17 +274,19 @@ descriptor arrays returned. The user must free this memory after use with NVBLAS
274
274
275
275
\param[in] components An array of assets to merge, of size componentCount.
276
276
\param[in] scales If not NULL, an array of size componentCount of scales to apply to the geometric data in
277
- the chunks and bonds. If NULL, no scaling is applied. \param[in] rotations If not NULL, an array of size
278
- componentCount of rotations to apply to the geometric data in the chunks and bonds. The quaternions MUST be normalized.
279
- If NULL, no rotations are applied.
277
+ the chunks and bonds. If NULL, no scaling is applied.
278
+ \param[in] rotations If not NULL, an array of size componentCount of rotations to apply to the geometric data
279
+ in the chunks and bonds. The quaternions MUST be normalized. If NULL, no rotations are applied.
280
280
\param[in] translations If not NULL, an array of of size componentCount of translations to apply to the
281
- geometric data in the chunks and bonds. If NULL, no translations are applied. \param[in] convexHullOffsets For each
282
- component, an array of chunkSize+1 specifying the start of the convex hulls for that chunk inside the chunkHulls array
283
- for that component. \param[in] chunkHulls For each component, an array of CollisionHull* specifying the
284
- collision geometry for the chunks in that component. \param[in] componentCount The size of the components and
285
- relativeTransforms arrays.
281
+ geometric data in the chunks and bonds. If NULL, no translations are applied.
282
+ \param[in] convexHullOffsets For each component, an array of chunkSize+1 specifying the start of the convex hulls for that
283
+ chunk inside the chunkHulls array for that component.
284
+ \param[in] chunkHulls For each component, an array of CollisionHull* specifying the collision geometry for the
285
+ chunks in that component.
286
+ \param[in] componentCount The size of the components and relativeTransforms arrays.
286
287
\param[out] newBondDescs Descriptors of type NvBlastExtAssetUtilsBondDesc for new bonds between components.
287
288
\param[in] maxSeparation Maximal distance between chunks which can be connected by bond.
289
+
288
290
\return the number of bonds in newBondDescs
289
291
*/
290
292
NV_C_API uint32_t NvBlastExtAuthoringFindAssetConnectingBonds (
0 commit comments