From 95de99ff0a2f1d810c3f3dffc7a55cee98d5f28f Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Mon, 6 Aug 2007 12:49:08 +0000 Subject: * Now we have boxes. Yay! * Removed unused SendPrimitiveToClient that didn't have rot. --- OpenSim/Framework/General/Types/PrimitiveBaseShape.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'OpenSim/Framework/General/Types') diff --git a/OpenSim/Framework/General/Types/PrimitiveBaseShape.cs b/OpenSim/Framework/General/Types/PrimitiveBaseShape.cs index 1938a90..340947b 100644 --- a/OpenSim/Framework/General/Types/PrimitiveBaseShape.cs +++ b/OpenSim/Framework/General/Types/PrimitiveBaseShape.cs @@ -73,7 +73,7 @@ namespace OpenSim.Framework.Types ExtraParams = new byte[1]; TextureEntry = m_defaultTextureEntry; } - + //void returns need to change of course public virtual void GetMesh() { @@ -94,6 +94,8 @@ namespace OpenSim.Framework.Types PathCurve = 16; ProfileCurve = 1; PCode = 9; + PathScaleX = 100; + PathScaleY = 100; } public static BoxShape Default @@ -103,10 +105,6 @@ namespace OpenSim.Framework.Types BoxShape boxShape = new BoxShape(); boxShape.Scale = new LLVector3(0.5f, 0.5f, 0.5f); - - //boxShape.PathTaperX = 1; - //boxShape.PathTaperY = 1; - boxShape.PathSkew = 1; return boxShape; } -- cgit v1.1