afx path 3d membervar cleanup

This commit is contained in:
Azaezel 2018-03-29 03:40:24 -05:00
parent 7064b41506
commit 1164ffb590
2 changed files with 66 additions and 66 deletions

View file

@ -37,13 +37,13 @@ class afxPath3D : public EngineObject
{
private:
// Path-related data
afxCurve3D curve;
afxAnimCurve curve_parameters;
int num_points;
afxCurve3D mCurve;
afxAnimCurve mCurve_parameters;
int mNum_points;
// Time data
F32 start_time;
F32 end_time;
F32 mStart_time;
F32 mEnd_time;
public:
/*C*/ afxPath3D( );
@ -83,7 +83,7 @@ public:
LOOP_OSCILLATE
};
U32 loop_type;
U32 mLoop_type;
void setLoopType(U32);
private: