Rename all member variables to follow the style guidelines (prefixed with the 'm') - class TSStaticPolysoupConvex

This commit is contained in:
bank 2014-05-13 16:15:36 +04:00
parent 69dbaf5b85
commit 75755e42c0
3 changed files with 34 additions and 34 deletions

View file

@ -56,11 +56,11 @@ public:
~TSStaticPolysoupConvex() {};
public:
Box3F box;
Point3F verts[4];
PlaneF normal;
S32 idx;
TSMesh *mesh;
Box3F mBox;
Point3F mVerts[4];
PlaneF mNormal;
S32 mIdx;
TSMesh *mMesh;
static SceneObject* smCurObject;