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:
parent
b7d4a9e177
commit
d3edeedd31
|
@ -39,7 +39,7 @@ namespace reactphysics3d {
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
class OBB : public BoundingVolume {
|
class OBB : public BoundingVolume {
|
||||||
private :
|
protected :
|
||||||
Vector3D center; // Center point of the OBB
|
Vector3D center; // Center point of the OBB
|
||||||
Vector3D oldAxis[3]; // Array that contains the three unit length axis at the beginning
|
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
|
Vector3D axis[3]; // Array that contains the three unit length axis of the OBB
|
||||||
|
|
Loading…
Reference in New Issue
Block a user