diff options
| author | Bryan Galdrikian <[email protected]> | 2019-05-03 00:25:46 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2019-05-03 00:25:46 -0700 |
| commit | 74b64a27f8e07b1b0b47b809b1a060518fa11a97 (patch) | |
| tree | 34cca01711be56892c149706f02ba7358d87ec54 /docs/api_docs/files/pagereleasenotes.html | |
| parent | Fixing chunk reorder bug in BlastTool, when importing a prefractured mesh (diff) | |
| download | blast-1.1.5_pre1.tar.xz blast-1.1.5_pre1.zip | |
Blast SDK 1.1.5 prerelease #1v1.1.5_pre1
Diffstat (limited to 'docs/api_docs/files/pagereleasenotes.html')
| -rwxr-xr-x | docs/api_docs/files/pagereleasenotes.html | 41 |
1 files changed, 34 insertions, 7 deletions
diff --git a/docs/api_docs/files/pagereleasenotes.html b/docs/api_docs/files/pagereleasenotes.html index 1775f17..626092e 100755 --- a/docs/api_docs/files/pagereleasenotes.html +++ b/docs/api_docs/files/pagereleasenotes.html @@ -24,6 +24,33 @@ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// +Blast(tm) SDK 1.1.5 (02-May-2019) +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + +Changes +------- +* Extensions API refactored to eliminate use of Px types. +* Numerous API changes to meet new coding conventions. +* Packman package manager updated to v. 5.7.2, cleaned up dependency files. + +New Features +------------ +* Authoring tools: + * Ability to pass chunk connectivity info to uniteChunks function, enabling chunks split by island detection to be united. + * Option to remove original merged chunks in uniteChunks function. + +Bug fixes +--------- +* Authoring tools: + * Fixed chunk reordering bug in BlastTool. + +Known Issues +------------ +* Damage shaders in extensions can miss bonds if the damage volume is too small. +* Authoring code does not use the user-defined allocator (NvBlastGlobals) exclusively. + + +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Blast(tm) SDK 1.1.4 (24-Oct-2018) ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @@ -34,18 +61,18 @@ Changes New Features ------------ * Authoring tools: -** Island detection function islandDetectionAndRemoving has a new parameter, createAtNewDepth. -** Bonds created between island-based chunks. -** Added "agg" (aggregate) commandline switch to AuthoringTool. This allows multiple convex hulls per chunk to be generated. -** Damage pattern authoring interface. + * Island detection function islandDetectionAndRemoving has a new parameter, createAtNewDepth. + * Bonds created between island-based chunks. + * Added "agg" (aggregate) commandline switch to AuthoringTool. This allows multiple convex hulls per chunk to be generated. + * Damage pattern authoring interface. Bug fixes --------- * Build working on later C++ versions (e.g. deprecated UINT32_MAX removed). * Authoring tools: -** Fixed .obj material loading when obj folder is same as working directory. -** Degenerate face generation fix. -** Fixed memory leak in FractureTool. + * Fixed .obj material loading when obj folder is same as working directory. + * Degenerate face generation fix. + * Fixed memory leak in FractureTool. * Proper memory releasing in samples. * Single-actor serialization bugfix when actor has world bonds. * Updated PhysX package for Win64 (vc14 and vc15) and Linux64 to 3.4.24990349, improving GRB behavior and fixing GRB crash/failure on Volta and Turing. |