Classes
Nv::Blast::Allocator: Allocator uses global nvidia::NvAllocatorCallback.
Nv::Blast::BlastBondGenerator: Tool for gathering bond information from provided mesh geometry.
Nv::Blast::BooleanTool: Tool for performing boolean operations on polygonal meshes.
Nv::Blast::ConvexMeshBuilder: ConvexMeshBuilder provides routine to build collision hulls from array of vertices.
Nv::Blast::CutoutSet: Interface to a "cutout set," used with chippable fracturing.
Nv::Blast::ExtSerialization: Serialization manager interface.
Nv::Blast::ExtStressSolver: Stress Solver.
Nv::Blast::FractureTool: FractureTool class provides methods to fracture provided mesh and generate Blast asset data.
Nv::Blast::Mesh: Class for internal mesh representation.
NvBlastExtDamageAccelerator: A few example damage shader implementations.
Nv::Blast::RandomGeneratorBase: Abstract base class for user-defined random value generator.
Nv::Blast::SpatialAccelerator: Acceleration structure interface.
Nv::Blast::SpatialGrid: Used for some implementations of spatial accelerators.
Nv::Blast::TkActor: The BlastTk entity which encapsulates an NvBlastActor .
Nv::Blast::TkAsset: The static data associated with a destructible actor.
Nv::Blast::TkEventListener: Interface for a listener of TkEvent data.
Nv::Blast::TkFamily: The TkFamily is associated with the TkActor that is instanced from a TkAsset , as well as all descendent TkActors generated by spliting TkActors within the family.
Nv::Blast::TkFramework: BlastTk Framework.
Nv::Blast::TkGroup: A group is a processing unit, to which the user may add TkActors.
Nv::Blast::TkGroupTaskManager: Uses a nvidia::task::NvTaskManager to process a TkGroup concurrently.
Nv::Blast::TkGroupWorker: A worker as provided by TkGroup::acquireWorker() .
Nv::Blast::TkIdentifiable: TkIdentifiable objects have getID and setID methods for individual objects.
Nv::Blast::TkJoint: The TkJoint is may join two different TkActors, or be created internally within a single TkActor .
Nv::Blast::TkObject: Base class for all objects in Tk.
Nv::Blast::TkType: Interface for static (class) type data.
Nv::Blast::VoronoiSitesGenerator: Class for voronoi sites generation inside supplied mesh.