Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Ketsji/KX_GameObject.h')
-rw-r--r--source/gameengine/Ketsji/KX_GameObject.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/gameengine/Ketsji/KX_GameObject.h b/source/gameengine/Ketsji/KX_GameObject.h
index 569a4a2b2a1..2b0d13ff2f7 100644
--- a/source/gameengine/Ketsji/KX_GameObject.h
+++ b/source/gameengine/Ketsji/KX_GameObject.h
@@ -98,10 +98,6 @@ protected:
bool m_bIsNegativeScaling;
MT_Vector4 m_objectColor;
- // Bit fields for user control over physics collisions
- short m_userCollisionGroup;
- short m_userCollisionMask;
-
// visible = user setting
// culled = while rendering, depending on camera
bool m_bVisible;
@@ -468,13 +464,6 @@ public:
* @add/remove the graphic controller to the physic system
*/
void ActivateGraphicController(bool recurse);
-
- void SetUserCollisionGroup(short filter);
- void SetUserCollisionMask(short mask);
- /**
- * Extra broadphase check for user controllable collisions
- */
- bool CheckCollision(KX_GameObject *other);
/**
* \section Coordinate system manipulation functions