aboutsummaryrefslogtreecommitdiff
path: root/sdk/extensions/authoring/source/NvBlastExtAuthoringMeshImpl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Blast 1.1.4. See docs/release_notes.txt.v1.1.4_rc1bgaldrikian2018-10-031-1139/+0
|
* Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1Bryan Galdrikian2018-05-311-703/+1139
|
* Fixing a cutout bugv1.1.2_releasev1.1.2_rc3Bryan Galdrikian2018-01-301-9/+26
| | | | Replacing some copyright notices for consistency
* Changes for 1.1.2 release candidateBryan Galdrikian2018-01-221-14/+69
| | | | See README.md, docs/release_notes.txt
* Changes for 1.1.1Bryan Galdrikian2017-10-241-5/+11
| | | | See README.md
* Candidate 1.1 release.Bryan Galdrikian2017-08-281-27/+39
| | | | | | | | | | | | | | | | * SampleAssetViewer now unconditionally loads the commandline-defined asset. * Better error handling in AuthoringTool (stderr and user error handler). * More consistent commandline switches in AuthoringTool and ApexImporter (--ll, --tx, --px flags). * NvBlastExtAuthoring ** Mesh cleaner, tries to remove self intersections and open edges in the interior of a mesh. ** Ability to set interior material to existing (external) material, or a new material id. ** Material ID remapping API. ** Rotation of voronoi cells used for fracturing. * Fixed smoothing groups in FBX exporter code. * Impulse passing from parent to child chunks fixed. * Reading unskinned fbx meshes correctly. * Collision hull generation from fbx meshes fixed. * Win32/64 PerfTest crash fix.
* Updated to CL 22627414:Anton Novoselov2017-08-081-19/+19
| | | | | | * docs updates * authoring fixes * stress solver crash fixes
* Blast 1.1 release (windows / linux)Anton Novoselov2017-08-011-0/+613
see docs/release_notes.txt for details