From ef6937e69e8ee3f409cf9d460d5ad300a65d5924 Mon Sep 17 00:00:00 2001 From: sschirm Date: Fri, 23 Dec 2016 14:20:36 +0100 Subject: PhysX 3.4 / APEX 1.4 release candidate @21506124 --- PhysX_3.4/Documentation/PhysXAPI/files/classPxScene.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxScene.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxScene.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxScene.html index 3ff86c96..14fd04da 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxScene.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxScene.html @@ -260,9 +260,9 @@ virtual void setVisualizationCullingBox (const PxBounds3 &box)=0  Defines a box in world space to which visualization geometry will be (conservatively) culled.
-virtual const PxBounds3getVisualizationCullingBox () const =0 +virtual PxBounds3 getVisualizationCullingBox () const =0 - Retrieves the visualization culling box.
+ Retrieves the visualization culling box.
virtual const PxRenderBuffergetRenderBuffer ()=0  Retrieves the render buffer.
@@ -2456,12 +2456,12 @@ Retrieves the scene's internal timestamp, increased each time a simulation step

- +

- + @@ -3724,7 +3724,7 @@ Defines a box in world space to which visualization geometry will be (conservati
virtual const PxBounds3& PxScene::getVisualizationCullingBox virtual PxBounds3 PxScene::getVisualizationCullingBox (  ) 
[in] box the box to which the geometry will be culled.
-
See also:
setVisualizationParameter getVisualizationCullingBox getRenderBuffer()
+
See also:
setVisualizationParameter getVisualizationCullingBox getRenderBuffer()

-- cgit v1.2.3