mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
More prep work for adding prims to ODE physics
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user