From e1bf674c16e3c8472b29574159c789cd3f0c64e0 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Fri, 24 Feb 2017 09:32:20 -0800 Subject: Updating to blast_source-windows@1.0.347-21749006 and blast_tools_and_samples-windows@1.0.347-21749006 with a new directory structure. NvBlast folder is gone, files have been moved to top level directory. README is changed to reflect this. --- docs/api_docs/files/struct_nv_blast_chunk.html | 145 +++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 docs/api_docs/files/struct_nv_blast_chunk.html (limited to 'docs/api_docs/files/struct_nv_blast_chunk.html') diff --git a/docs/api_docs/files/struct_nv_blast_chunk.html b/docs/api_docs/files/struct_nv_blast_chunk.html new file mode 100644 index 0000000..7bc6a73 --- /dev/null +++ b/docs/api_docs/files/struct_nv_blast_chunk.html @@ -0,0 +1,145 @@ + + + NVIDIA(R) Blast(R) SDK 1.0 API Reference: NvBlastChunk Struct Reference + + + + + + + +
+

NvBlastChunk Struct Reference

#include <NvBlastTypes.h> +

+ +

+List of all members. + + + + + + + + + + + + + + +

Public Attributes

float centroid [3]
uint32_t childIndexStop
uint32_t firstChildIndex
uint32_t parentChunkIndex
uint32_t userData
float volume
+


Detailed Description

+Represents a piece of a destructible asset which may be realized as an entity with a physical and graphical component.

+Chunks may form a hierarchical decomposition of the asset. They contain parent and child chunk index information which defines the hierarchy. The parent and child chunk indices are their positions with the NvBlastAsset::chunks array.

+Child chunk indices are contiguous, starting at firstChildIndex and ending with childIndexStop - 1.


Member Data Documentation

+ +
+
+ + + + +
float NvBlastChunk::centroid[3]
+
+
+ +

+Central position for the chunk's volume +

+

+ +

+
+ + + + +
uint32_t NvBlastChunk::childIndexStop
+
+
+ +

+Stop for child indices +

+

+ +

+
+ + + + +
uint32_t NvBlastChunk::firstChildIndex
+
+
+ +

+Index of first child +

+

+ +

+
+ + + + +
uint32_t NvBlastChunk::parentChunkIndex
+
+
+ +

+Index of parent (UINT32_MAX denotes no parent) +

+

+ +

+
+ + + + +
uint32_t NvBlastChunk::userData
+
+
+ +

+Field for user to associate with external data +

+

+ +

+
+ + + + +
float NvBlastChunk::volume
+
+
+ +

+Volume of the chunk +

+

+


The documentation for this struct was generated from the following file: +
+ + + + -- cgit v1.2.3