few small changes.

Updated libsl to latest version.
This commit is contained in:
MW
2007-08-01 18:04:31 +00:00
parent edc572dacf
commit cdd1285e9e
7 changed files with 37 additions and 8 deletions

View File

@@ -87,6 +87,19 @@ namespace OpenSim.Region.Environment.Scenes
}
}
protected LLObject.MaterialType m_material;
public byte Material
{
get
{
return (byte)m_material;
}
set
{
m_material = (LLObject.MaterialType) value;
}
}
protected ulong m_regionHandle;
public ulong RegionHandle
{
@@ -187,6 +200,10 @@ namespace OpenSim.Region.Environment.Scenes
{
return this.m_Shape;
}
set
{
m_Shape = value;
}
}
public LLVector3 Scale