aboutsummaryrefslogtreecommitdiff
path: root/docs/api_docs/files
Commit message (Collapse)AuthorAgeFilesLines
* * NvBlastAsset::testForValidChunkOrder (used when creating an NvBlastAsset) ↵v1.1.5_releasev1.1.5_rc1v1.1.5_pre5devBryan Galdrikian2019-09-1727-103/+162
| | | | | | | | | 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.
* Fixing chunk hierarchy optimization/merge bugsv1.1.5_pre4Bryan Galdrikian2019-08-1911-35/+47
| | | | Exposing ability to remove chunks to fracture tool API
* Padding bounds when determining chunks from islands, allows nearby chunks ↵v1.1.5_pre3Bryan Galdrikian2019-07-151-0/+2
| | | | | | generated this way to be merged with uniteChunks. Fixing bug when removing original chunks in uniteChunks function.
* Hierarchy optimization bugfixes and improvementsv1.1.5_pre2Bryan Galdrikian2019-06-1010-27/+41
| | | | Takes a selection set and only merges those chunks
* Blast SDK 1.1.5 prerelease #1v1.1.5_pre1Bryan Galdrikian2019-05-03287-4353/+4486
|
* Fix for crash bug during ESS authoringv1.1.4_releasev1.1.4_rc2bgaldrikian2018-10-253-33/+48
| | | | | Doc updates for AuthoringTool and ApexImporter Updated release notes
* Blast 1.1.4. See docs/release_notes.txt.v1.1.4_rc1bgaldrikian2018-10-03307-2023/+11353
|
* Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1Bryan Galdrikian2018-05-31946-650/+16518
|
* Operation Copyright 2018v1.1.2_rc2Bryan Galdrikian2018-01-2949-49/+49
|
* Apex dependency removed (used in ExtImport)Bryan Galdrikian2018-01-2636-259/+398
| | | | | Mesh corruption and crash fit for UV fitting function Updated release_notes.txt
* Updated release notesv1.1.2_rc1Bryan Galdrikian2018-01-231-0/+1
|
* Linux checked and profile buildsBryan Galdrikian2018-01-2312-89/+203
| | | | | New NvBlastExtAuthoringBuildCollisionMesh API buildtools/steps/build_all_linux.sh will be committed separately
* Changes for 1.1.2 release candidateBryan Galdrikian2018-01-2275-678/+2347
| | | | See README.md, docs/release_notes.txt
* Add setChunkMesh method for FractureToolBryan Galdrikian2017-10-306-63/+101
|
* Changes for 1.1.1Bryan Galdrikian2017-10-24116-1070/+3001
| | | | See README.md
* Linux build fixes, corresponding doc changesBryan Galdrikian2017-08-301-1/+1
|
* FractureTool: assetToFractureId fixBryan Galdrikian2017-08-291-1/+1
|
* Candidate 1.1 release.Bryan Galdrikian2017-08-2839-289/+475
| | | | | | | | | | | | | | | | * 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 22661993:Anton Novoselov2017-08-14100-8602/+229
| | | | | | | * docs updates * authoring fixes * asset view in sample fix * latest blast_tools_and_samples-windows.zip
* Updated to CL 22627414:Anton Novoselov2017-08-08116-1965/+600
| | | | | | * docs updates * authoring fixes * stress solver crash fixes
* Blast 1.1 release (windows / linux)Anton Novoselov2017-08-01613-9392/+23256
| | | | see docs/release_notes.txt for details
* Updating to [email protected] and ↵Bryan Galdrikian2017-02-24500-0/+50223
[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.