mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
More prep work for adding prims to ODE physics
This commit is contained in:
@@ -49,6 +49,12 @@ namespace OpenSim.Physics.Manager
|
||||
}
|
||||
}
|
||||
|
||||
public abstract PhysicsVector Size
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public abstract PhysicsVector Position
|
||||
{
|
||||
get;
|
||||
@@ -103,6 +109,18 @@ namespace OpenSim.Physics.Manager
|
||||
}
|
||||
}
|
||||
|
||||
public override PhysicsVector Size
|
||||
{
|
||||
get
|
||||
{
|
||||
return PhysicsVector.Zero;
|
||||
}
|
||||
set
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
public override PhysicsVector Velocity
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user