diff options
author | Robert Adams | 2013-08-07 07:56:37 -0700 |
---|---|---|
committer | Robert Adams | 2013-09-11 09:11:39 -0700 |
commit | 0971c7ae77cae3d238be31f46994b4692af949e3 (patch) | |
tree | 8c4ab35792d43b7bf3eeb781a7fa5a6c228ee30e /OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | |
parent | BulletSim: add spring constraint to linkset constraint types. (diff) | |
download | opensim-SC-0971c7ae77cae3d238be31f46994b4692af949e3.zip opensim-SC-0971c7ae77cae3d238be31f46994b4692af949e3.tar.gz opensim-SC-0971c7ae77cae3d238be31f46994b4692af949e3.tar.bz2 opensim-SC-0971c7ae77cae3d238be31f46994b4692af949e3.tar.xz |
BulletSim: complete linkage of spring constraint into linkset constraint.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs index a051002..d4b1c1e 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | |||
@@ -77,6 +77,8 @@ public abstract class BSLinkset | |||
77 | { | 77 | { |
78 | member = pMember; | 78 | member = pMember; |
79 | } | 79 | } |
80 | public virtual void ResetLink() { } | ||
81 | public virtual void SetLinkParameters(BSConstraint constrain) { } | ||
80 | } | 82 | } |
81 | 83 | ||
82 | public LinksetImplementation LinksetImpl { get; protected set; } | 84 | public LinksetImplementation LinksetImpl { get; protected set; } |