From d1c812f1162e5fdb13c215792725b2591d7428f5 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Fri, 15 Sep 2017 15:41:57 -0500 Subject: PhysX 3.4.1, APEX 1.4.1 Release @22845541 --- PhysX_3.4/Documentation/PhysXAPI/files/classPxSpatialIndex.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxSpatialIndex.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxSpatialIndex.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxSpatialIndex.html index 82a1d776..39a2b691 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxSpatialIndex.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxSpatialIndex.html @@ -74,7 +74,7 @@ provides direct access to PhysX' Spatial Query engine

This class allows bounding boxes to be inserted, and then queried using sweep, raycast and overlap checks.

It is not thread-safe and defers handling some updates until queries are invoked, so care must be taken when calling any methods in parallel. Specifically, to call query methods (raycast, overlap, sweep) in parallel, first call flush() to force immediate update of internal structures.

-

Deprecated:
Spatial index feature has been deprecated in PhysX version 3.4
+
Deprecated:
Spatial index feature has been deprecated in PhysX version 3.4
See also:
PxCreateSpatialIndex

Constructor & Destructor Documentation

-- cgit v1.2.3