NvBlastBondDesc
Defined in lowlevel/NvBlastTypes.h
Variables
bond: Bond data (see NvBlastBond ).
chunkIndices: The indices of the chunks linked by this bond.
-
struct NvBlastBondDesc
Chunk bond descriptor used to build an asset.
See NvBlastAssetDesc.
Subclassed by NvBlastExtAssetUtilsBondDesc
Public Members
-
NvBlastBond bond
Bond data (see NvBlastBond).
-
uint32_t chunkIndices[2]
The indices of the chunks linked by this bond.
They must be different support chunk indices. If one of the chunk indices is the invalid index (UINT32_MAX), then this will create a bond between the chunk indexed by the other index (which must be valid) and something external. Any actor containing this bond will cause the function NvBlastActorHasExternalBonds to return true.
-
NvBlastBond bond