diff options
| author | Bryan Galdrikian <[email protected]> | 2017-10-24 15:25:02 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2017-10-24 15:25:02 -0700 |
| commit | b0c11962f6012430da3bcaa2727288046b33d648 (patch) | |
| tree | cf13338fa4fd7072badf64f751f94abeeb437003 /test/src/utils/TestAssets.h | |
| parent | linux build fix - all configs (diff) | |
| download | blast-b0c11962f6012430da3bcaa2727288046b33d648.tar.xz blast-b0c11962f6012430da3bcaa2727288046b33d648.zip | |
Changes for 1.1.1
See README.md
Diffstat (limited to 'test/src/utils/TestAssets.h')
| -rw-r--r-- | test/src/utils/TestAssets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/utils/TestAssets.h b/test/src/utils/TestAssets.h index 5fd7741..6d034bc 100644 --- a/test/src/utils/TestAssets.h +++ b/test/src/utils/TestAssets.h @@ -65,4 +65,6 @@ inline uint32_t getAssetDescMissingCoverageCount() void generateCube(GeneratorAsset& cubeAsset, NvBlastAssetDesc& assetDesc, size_t maxDepth, size_t width, int32_t supportDepth = -1, CubeAssetGenerator::BondFlags bondFlags = CubeAssetGenerator::ALL_INTERNAL_BONDS); +void generateRandomCube(GeneratorAsset& cubeAsset, NvBlastAssetDesc& assetDesc, uint32_t minChunkCount, uint32_t maxChunkCount); + #endif // #ifdef TESTASSETS_H |