From f348f7fa90cf4784e0e173c122594ecc145d3bb8 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 3 Sep 2017 17:15:27 -0700 Subject: BulletSim: first version of raycast. Only single contact point and no filtering. --- OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs') diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs b/OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs index e1990ee..f085d70 100644 --- a/OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSPrim.cs @@ -790,8 +790,6 @@ public class BSPrim : BSPhysObject public override OMV.Vector3 ForceVelocity { get { return RawVelocity; } set { - PhysScene.AssertNotInSimulationTime("BSPrim.ForceVelocity"); - RawVelocity = Util.ClampV(value, BSParam.MaxLinearVelocity); if (PhysBody.HasPhysicalBody) { -- cgit v1.1