Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
commit
2034a096a6
|
@ -58,6 +58,7 @@ namespace OpenSim.Region.Physics.Manager
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Serializable()]
|
||||||
[StructLayout(LayoutKind.Explicit)]
|
[StructLayout(LayoutKind.Explicit)]
|
||||||
public struct AMeshKey
|
public struct AMeshKey
|
||||||
{
|
{
|
||||||
|
@ -67,6 +68,11 @@ namespace OpenSim.Region.Physics.Manager
|
||||||
public ulong hashA;
|
public ulong hashA;
|
||||||
[FieldOffset(8)]
|
[FieldOffset(8)]
|
||||||
public ulong hashB;
|
public ulong hashB;
|
||||||
|
|
||||||
|
public override string ToString()
|
||||||
|
{
|
||||||
|
return uuid.ToString();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface IMesh
|
public interface IMesh
|
||||||
|
|
Loading…
Reference in New Issue