initial steps to support physical phantoms

This commit is contained in:
UbitUmarov
2012-03-11 06:32:06 +00:00
parent b0f01cec98
commit 21a76a619f
6 changed files with 73 additions and 13 deletions

View File

@@ -170,6 +170,8 @@ namespace OpenSim.Region.Physics.Manager
public abstract Vector3 Size { get; set; }
public bool Phantom { get; set; }
public abstract PrimitiveBaseShape Shape { set; }
uint m_baseLocalID;