aboutsummaryrefslogtreecommitdiff
path: root/docs/api_docs/files/functions_0x73.html
Commit message (Collapse)AuthorAgeFilesLines
* * NvBlastAsset::testForValidChunkOrder (used when creating an NvBlastAsset) ↵v1.1.5_releasev1.1.5_rc1v1.1.5_pre5devBryan Galdrikian2019-09-171-5/+7
| | | | | | | | | is now more strict, requiring parent chunk descriptors to come before their children. It is still less strict than the order created by NvBlastBuildAssetDescChunkReorderMap. * Added FractureTool::setApproximateBonding function. Signals the tool to create bonds by proximity instead of just using cut plane data. * Chunks which have been merged using the uniteChunks function may be merged again * Restored chunk volume calculation * NvBlastBuildAssetDescChunkReorderMap failure cases fixed.
* Blast SDK 1.1.5 prerelease #1v1.1.5_pre1Bryan Galdrikian2019-05-031-13/+11
|
* Blast 1.1.4. See docs/release_notes.txt.v1.1.4_rc1bgaldrikian2018-10-031-6/+31
|
* Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1Bryan Galdrikian2018-05-311-9/+9
|
* Apex dependency removed (used in ExtImport)Bryan Galdrikian2018-01-261-3/+3
| | | | | Mesh corruption and crash fit for UV fitting function Updated release_notes.txt
* Changes for 1.1.2 release candidateBryan Galdrikian2018-01-221-9/+13
| | | | See README.md, docs/release_notes.txt
* Add setChunkMesh method for FractureToolBryan Galdrikian2017-10-301-7/+9
|
* Changes for 1.1.1Bryan Galdrikian2017-10-241-6/+9
| | | | See README.md
* Candidate 1.1 release.Bryan Galdrikian2017-08-281-11/+13
| | | | | | | | | | | | | | | | * 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-15/+6
| | | | | | * docs updates * authoring fixes * stress solver crash fixes
* Blast 1.1 release (windows / linux)Anton Novoselov2017-08-011-22/+54
| | | | see docs/release_notes.txt for details
* Updating to [email protected] and ↵Bryan Galdrikian2017-02-241-0/+165
[email protected] with a new directory structure. NvBlast folder is gone, files have been moved to top level directory. README is changed to reflect this.