Diff of /trunk/ModularRex/RexOdePlugin/RexOdePrim.cs
Parent Directory
|
Revision Log
|
Patch
| revision 78, Thu Feb 26 09:49:57 2009 UTC | revision 92, Mon Mar 9 07:08:30 2009 UTC | |
|---|---|---|
| # | Line 2977 | Line 2977 |
| 2977 | m_taintsize = _size; | m_taintsize = _size; |
| 2978 | m_ReCreateCollision = false; | m_ReCreateCollision = false; |
| 2979 | } | } |
| 2980 | ||
| 2981 | private float m_PIDHoverHeight = 0f; | |
| 2982 | private float m_PIDHoverTau = 0f; | |
| 2983 | private bool m_useHoverPID = false; | |
| 2984 | private PIDHoverType m_PIDHoverType = PIDHoverType.Ground; | |
| 2985 | ||
| 2986 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } | |
| 2987 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } | |
| 2988 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } | |
| 2989 | public override float PIDHoverTau { set { m_PIDHoverTau = value; } } | |
| 2990 | } | } |
| 2991 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

