mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* ProfileCurve is now XmlIgnored, and instead constructed from ProfileShape and ProfileHollow
This commit is contained in:
@@ -82,7 +82,10 @@ namespace OpenSim.Framework
|
||||
public ushort ProfileEnd;
|
||||
public LLVector3 Scale;
|
||||
public byte PathCurve;
|
||||
|
||||
[XmlIgnore] // -- this one is re-constructed from ProfileShape and ProfileHollow
|
||||
public byte ProfileCurve;
|
||||
|
||||
public ushort ProfileHollow;
|
||||
public sbyte PathRadiusOffset;
|
||||
public byte PathRevolutions;
|
||||
@@ -120,7 +123,6 @@ namespace OpenSim.Framework
|
||||
}
|
||||
}
|
||||
|
||||
[XmlIgnore]
|
||||
public HollowShape HollowShape
|
||||
{
|
||||
get { return (HollowShape)(ProfileCurve & 0xf0); }
|
||||
|
||||
Reference in New Issue
Block a user