GenerateSharedVerticesIndexList
Functions
-
HASH(x, y, z) ⇒
number -
HASH_F(x, y, z) ⇒
number - radixsort_pair(comp, data, comp2, data2, n)
Sort comp and data based on comp. comp2 and data2 are used as temporary storage.
HASH(x, y, z) ⇒ number
Kind: global function
| Param | Type |
|---|---|
| x | number |
| y | number |
| z | number |
HASH_F(x, y, z) ⇒ number
Kind: global function
| Param | Type |
|---|---|
| x | number |
| y | number |
| z | number |
radixsort_pair(comp, data, comp2, data2, n)
Sort comp and data based on comp. comp2 and data2 are used as temporary storage.
Kind: global function
| Param | Type |
|---|---|
| comp | Uint32Array |
| data | Int32Array |
| comp2 | Uint32Array |
| data2 | Int32Array |
| n | number |
GenerateSharedVerticesIndexList(piTriList_in_and_out, pContext, iNrTrianglesIn) ⇒ void
Kind: global function
| Param | Type |
|---|---|
| piTriList_in_and_out | Array.<number> | Int32Array |
| pContext | SMikkTSpaceContext |
| iNrTrianglesIn | number |