diff options
Diffstat (limited to 'NvCloth/ReleaseNotes.txt')
| -rw-r--r-- | NvCloth/ReleaseNotes.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/NvCloth/ReleaseNotes.txt b/NvCloth/ReleaseNotes.txt index 262341d..8cc2163 100644 --- a/NvCloth/ReleaseNotes.txt +++ b/NvCloth/ReleaseNotes.txt @@ -4,7 +4,7 @@ NvCloth Release notes. Release Notes *************************** -1.1.4 +1.1.5 =========================================================================================== Supported platforms: @@ -31,6 +31,20 @@ Supported compilers (via cmake 3.7) Fixed: +- Wind simulation code could affect particle masses (especially when high drag/lift coefficients were used) +- Fixed PS4 mising override error. +- Fix setCapsules bug. + +New: +- Authoring library (helper functions useful for authoring tools) + +Known issues: +- None + +1.1.4 +=========================================================================================== +Fixed: + - DirectX 11 solver had issues with ccd sphere/capsule collision. - Fixed sphere collision detection issue when clothing AABB is (almost) completely flat. - Fix virtual particle collision issue on cuda (static particles could be moved) |