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
This commit is contained in:
chappuis.daniel 2010-07-28 11:45:31 +00:00
parent b7d4a9e177
commit d3edeedd31

View File

@ -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