diff options
| author | bgaldrikian <[email protected]> | 2018-10-03 17:51:20 -0700 |
|---|---|---|
| committer | bgaldrikian <[email protected]> | 2018-10-03 17:51:20 -0700 |
| commit | 6f51c0ad55f3ed33597b8b12391d426fe28a0923 (patch) | |
| tree | b132a8cb2485820ff9556dafc8e874bc9d41f255 /docs/api_docs/files/pagereleasenotes.html | |
| parent | Fixes to UnitySample to make it build & run. ( In Unity 2018.2 ) (diff) | |
| download | blast-1.1.4_rc1.tar.xz blast-1.1.4_rc1.zip | |
Blast 1.1.4. See docs/release_notes.txt.v1.1.4_rc1
Diffstat (limited to 'docs/api_docs/files/pagereleasenotes.html')
| -rwxr-xr-x | docs/api_docs/files/pagereleasenotes.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/api_docs/files/pagereleasenotes.html b/docs/api_docs/files/pagereleasenotes.html index 1e2d63e..8d37a2f 100755 --- a/docs/api_docs/files/pagereleasenotes.html +++ b/docs/api_docs/files/pagereleasenotes.html @@ -24,6 +24,38 @@ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// +Blast(tm) SDK 1.1.4 (03-Oct-2018) +////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + +Changes +------- +* Unity plugin example updated to work with latest Blast SDK. + +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. + +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. +* 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. + +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.3 (30-May-2018) ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |