From d3edeedd31ac91bc7a5d354aefde9d63392c3826 Mon Sep 17 00:00:00 2001 From: "chappuis.daniel" Date: Wed, 28 Jul 2010 11:45:31 +0000 Subject: [PATCH] The attributes of the OBB have to be protected instead of private git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@372 92aac97c-a6ce-11dd-a772-7fcde58d38e6 --- sources/reactphysics3d/body/OBB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/reactphysics3d/body/OBB.h b/sources/reactphysics3d/body/OBB.h index 3f6e2b45..f6c4b5d9 100644 --- a/sources/reactphysics3d/body/OBB.h +++ b/sources/reactphysics3d/body/OBB.h @@ -39,7 +39,7 @@ namespace reactphysics3d { ------------------------------------------------------------------- */ class OBB : public BoundingVolume { - private : + protected : Vector3D center; // Center point of the OBB Vector3D oldAxis[3]; // Array that contains the three unit length axis at the beginning Vector3D axis[3]; // Array that contains the three unit length axis of the OBB