Re: Find dParamSuspensionERP in ODE.NET

"Jason Perkins" <[email protected]>
Newsgroups gmane.comp.lib.ode
Message-ID <[email protected]>
On 9/13/07, Cardinal4 <[email protected]> wrote:
> In ODE.NET, I couldn't locate anything called d.ParamSuspensionERP, or
> anything similar.

I've added these as a new JointParam enumeration:

		public enum JointParam : int
		{
			LoStop,
			HiStop,
			Vel,
			FMax,
			FudgeFactor,
			Bounce,
			CFM,
			StopERP,
			StopCFM,
			SuspensionERP,
			SuspensionCFM,
			LoStop2 = 256,
			HiStop2,
			Vel2,
			FMax2,
			FudgeFactor2,
			Bounce2,
			CFM2,
			StopERP2,
			StopCFM2,
			SuspensionERP2,
			SuspensionCFM2,
			LoStop3 = 512,
			HiStop3,
			Vel3,
			FMax3,
			FudgeFactor3,
			Bounce3,
			CFM3,
			StopERP3,
			StopCFM3,
			SuspensionERP3,
			SuspensionCFM3
		}

Comments and suggestions welcome.

Jason
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.