Tao.Ode SDK Documentation |
|
Ode.dSurfaceParameters Constructor
[Visual Basic]
Public Sub New( _
ByVal
_mode As
Integer, _
ByVal
_mu As
Single, _
ByVal
_mu2 As
Single, _
ByVal
_bounce As
Single, _
ByVal
_bounce_vel As
Single, _
ByVal
_soft_erp As
Single, _
ByVal
_soft_cfm As
Single, _
ByVal
_motion1 As
Single, _
ByVal
_motion2 As
Single, _
ByVal
_slip1 As
Single, _
ByVal
_slip2 As
Single _
)
[C#]
public Ode.dSurfaceParameters(
int _mode,
float _mu,
float _mu2,
float _bounce,
float _bounce_vel,
float _soft_erp,
float _soft_cfm,
float _motion1,
float _motion2,
float _slip1,
float _slip2);
See Also
Ode.dSurfaceParameters Class | Tao.Ode Namespace