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/_source/definitions.txt | |
| 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/_source/definitions.txt')
| -rw-r--r-- | docs/_source/definitions.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/_source/definitions.txt b/docs/_source/definitions.txt new file mode 100644 index 0000000..f95e5a8 --- /dev/null +++ b/docs/_source/definitions.txt @@ -0,0 +1,14 @@ +/*! \page pagedefinitions Definitions + +- <b>exact coverage</b>: the condition that a walk from any leaf chunk to its ancestor root chunk will always encounter exactly one support chunk +- <b>family</b>: the memory allocated when an asset is instanced into its initial set of actors, and all descendent actors formed from fracturing the initial set, recursively +- <b>root chunk</b>: a chunk with no parent +- <b>leaf chunk</b>: a chunk with no children +- <b>lower-support chunk</b>: a chunk that is either a support or subsupport chunk +- <b>subsupport chunk</b>: a chunk that is descended from a support chunk +- <b>supersupport chunk</b>: a chunk that is the ancestor of a support chunk +- <b>support chunk</b>: a chunk that is represented in the support graph +- <b>upper-support chunk</b>: a chunk that is either a support or supersupport chunk + +<br> +*/ |