prim cuts in ODE

Much thanks to Gerhard!
Merged with Darok's recent changes re: physical prims
This commit is contained in:
dan miller
2007-11-05 12:25:53 +00:00
parent 6bb1e91d41
commit fdb57b28b1
8 changed files with 507 additions and 516 deletions

View File

@@ -221,6 +221,14 @@ namespace OpenSim.Region.Physics.BasicPhysicsPlugin
set { }
}
public override PrimitiveBaseShape Shape
{
set
{
return;
}
}
public override PhysicsVector Velocity
{
get { return _velocity; }