From 236f03c0b9a4982328ed1201978f7f69d192d9b2 Mon Sep 17 00:00:00 2001 From: Anton Novoselov Date: Tue, 1 Aug 2017 12:53:38 +0300 Subject: Blast 1.1 release (windows / linux) see docs/release_notes.txt for details --- docs/api_docs/files/namespace_nv.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/api_docs/files/namespace_nv.html') diff --git a/docs/api_docs/files/namespace_nv.html b/docs/api_docs/files/namespace_nv.html index 7e74426..97eae9a 100644 --- a/docs/api_docs/files/namespace_nv.html +++ b/docs/api_docs/files/namespace_nv.html @@ -1,6 +1,6 @@ - NVIDIA(R) Blast(R) SDK 1.0 API Reference: Nv Namespace Reference + NVIDIA(R) Blast(R) SDK 1.1 API Reference: Nv Namespace Reference @@ -26,6 +26,12 @@ namespace  Blast +

Detailed Description

+FractureTool has requirements to input meshes to fracture them successfully: 1) Mesh should be closed (watertight) 2) There should not be self-intersections and open-edges. Mesh cleaner input is closed mesh with self-intersections and open-edges (only in the interior). It tries to track outer hull to make input mesh solid and meet requierements of FractureTool. If mesh contained some internal cavities they will be removed.

+Blast serialization support for the ExtPhysX extension. Contains serializers which can be used by the ExtSerialization manager.

+Blast High-level serialization support. Contains serializers which can be used by the ExtSerialization manager.

+This file contains AllocatorCallback wrappers compatible with PxShared containers. +