More prep work for adding prims to ODE physics

This commit is contained in:
Brian McBee
2007-08-19 06:14:36 +00:00
parent 489803e6bc
commit 75f6c3d364
4 changed files with 97 additions and 34 deletions

View File

@@ -203,6 +203,17 @@ namespace OpenSim.Region.Physics.BasicPhysicsPlugin
}
}
public override PhysicsVector Size
{
get
{
return new PhysicsVector(0, 0, 0);
}
set
{
}
}
public override PhysicsVector Velocity
{
get