diff options
| author | Bryan Galdrikian <[email protected]> | 2017-02-24 09:32:20 -0800 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2017-02-24 09:32:20 -0800 |
| commit | e1bf674c16e3c8472b29574159c789cd3f0c64e0 (patch) | |
| tree | 9f0cfce09c71a2c27ff19589fcad6cd83504477c /docs/api_docs/files/struct_nv_blast_chunk.html | |
| parent | first commit (diff) | |
| download | blast-e1bf674c16e3c8472b29574159c789cd3f0c64e0.tar.xz blast-e1bf674c16e3c8472b29574159c789cd3f0c64e0.zip | |
Updating to [email protected] and [email protected] with a new directory structure.
NvBlast folder is gone, files have been moved to top level directory. README is changed to reflect this.
Diffstat (limited to 'docs/api_docs/files/struct_nv_blast_chunk.html')
| -rw-r--r-- | docs/api_docs/files/struct_nv_blast_chunk.html | 145 |
1 files changed, 145 insertions, 0 deletions
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 @@ +<html> + <head> + <title>NVIDIA(R) Blast(R) SDK 1.0 API Reference: NvBlastChunk Struct Reference</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css"> + </head> + + <body bgcolor="#FFFFFF"> + <div id="header"> + <hr class="first"> + <img alt="" src="blast_logo.png"> + <br> + <center> + <a class="qindex" href="main.html">Main Page</a> + <!-- <a class="qindex" href="hierarchy.html">Class Hierarchy</a> //--> + <a class="qindex" href="annotated.html">Class List</a> + <a class="qindex" href="functions.html">Class Members</a> + </center> + <hr class="second"> + </div> +<!-- Generated by Doxygen 1.5.8 --> +<div class="contents"> +<h1>NvBlastChunk Struct Reference</h1><!-- doxytag: class="NvBlastChunk" --><code>#include <<a class="el" href="_nv_blast_types_8h-source.html">NvBlastTypes.h</a>></code> +<p> + +<p> +<a href="struct_nv_blast_chunk-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> +<tr><td></td></tr> +<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_nv_blast_chunk.html#3c8c4522d0fdde5d38f59509aa2333d2">centroid</a> [3]</td></tr> + +<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_nv_blast_chunk.html#d5a53684d0123f6536598896f672b719">childIndexStop</a></td></tr> + +<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_nv_blast_chunk.html#788bc10dd2959c77871a64dcce87387d">firstChildIndex</a></td></tr> + +<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_nv_blast_chunk.html#f98dff11de0de7118f98489b76d0104f">parentChunkIndex</a></td></tr> + +<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_nv_blast_chunk.html#9d49d856390e7758d4ea26ae69ae6aa5">userData</a></td></tr> + +<tr><td class="memItemLeft" nowrap align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_nv_blast_chunk.html#8ba6098c271d2b347598c64b4e60b64a">volume</a></td></tr> + +</table> +<hr><a name="_details"></a><h2>Detailed Description</h2> +Represents a piece of a destructible asset which may be realized as an entity with a physical and graphical component.<p> +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.<p> +Child chunk indices are contiguous, starting at firstChildIndex and ending with childIndexStop - 1. <hr><h2>Member Data Documentation</h2> +<a class="anchor" name="3c8c4522d0fdde5d38f59509aa2333d2"></a><!-- doxytag: member="NvBlastChunk::centroid" ref="3c8c4522d0fdde5d38f59509aa2333d2" args="[3]" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">float <a class="el" href="struct_nv_blast_chunk.html#3c8c4522d0fdde5d38f59509aa2333d2">NvBlastChunk::centroid</a>[3] </td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Central position for the chunk's volume +</div> +</div><p> +<a class="anchor" name="d5a53684d0123f6536598896f672b719"></a><!-- doxytag: member="NvBlastChunk::childIndexStop" ref="d5a53684d0123f6536598896f672b719" args="" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">uint32_t <a class="el" href="struct_nv_blast_chunk.html#d5a53684d0123f6536598896f672b719">NvBlastChunk::childIndexStop</a> </td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Stop for child indices +</div> +</div><p> +<a class="anchor" name="788bc10dd2959c77871a64dcce87387d"></a><!-- doxytag: member="NvBlastChunk::firstChildIndex" ref="788bc10dd2959c77871a64dcce87387d" args="" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">uint32_t <a class="el" href="struct_nv_blast_chunk.html#788bc10dd2959c77871a64dcce87387d">NvBlastChunk::firstChildIndex</a> </td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Index of first child +</div> +</div><p> +<a class="anchor" name="f98dff11de0de7118f98489b76d0104f"></a><!-- doxytag: member="NvBlastChunk::parentChunkIndex" ref="f98dff11de0de7118f98489b76d0104f" args="" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">uint32_t <a class="el" href="struct_nv_blast_chunk.html#f98dff11de0de7118f98489b76d0104f">NvBlastChunk::parentChunkIndex</a> </td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Index of parent (UINT32_MAX denotes no parent) +</div> +</div><p> +<a class="anchor" name="9d49d856390e7758d4ea26ae69ae6aa5"></a><!-- doxytag: member="NvBlastChunk::userData" ref="9d49d856390e7758d4ea26ae69ae6aa5" args="" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">uint32_t <a class="el" href="struct_nv_blast_chunk.html#9d49d856390e7758d4ea26ae69ae6aa5">NvBlastChunk::userData</a> </td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Field for user to associate with external data +</div> +</div><p> +<a class="anchor" name="8ba6098c271d2b347598c64b4e60b64a"></a><!-- doxytag: member="NvBlastChunk::volume" ref="8ba6098c271d2b347598c64b4e60b64a" args="" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">float <a class="el" href="struct_nv_blast_chunk.html#8ba6098c271d2b347598c64b4e60b64a">NvBlastChunk::volume</a> </td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Volume of the chunk +</div> +</div><p> +<hr>The documentation for this struct was generated from the following file:<ul> +<li>sdk/lowlevel/include/<a class="el" href="_nv_blast_types_8h-source.html">NvBlastTypes.h</a></ul> +</div> +<!-- start footer part --> +<div class="footer"> +Copyright © 2015-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. <a href="http://www.nvidia.com ">www.nvidia.com</a> +</div> +</body> +</html> |