mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 00:05:40 +00:00
afx path 3d membervar cleanup
This commit is contained in:
parent
7064b41506
commit
1164ffb590
2 changed files with 66 additions and 66 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue