* Removed a double lock on network shutdown and properly shut down the blocking queue

* Added LLQuaternion.SetQuaternion() functions and fixed the quaternion multiplication
* Updated importprimscript to an enum name change

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1524 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2007-12-19 01:11:16 +00:00
parent c66b52e7a8
commit 3c3285f7f5
5 changed files with 59 additions and 61 deletions

View File

@@ -152,7 +152,7 @@ namespace importprimscript
volume.Material = LLObject.MaterialType.Wood;
volume.PathScaleY = 0.5f;
volume.PathCurve = LLObject.PathCurve.Circle;
volume.ProfileCurve = LLObject.ProfileCurve.ProfileCircle;
volume.ProfileCurve = LLObject.ProfileCurve.Circle;
// Rez this prim
CurrentSculpt = sculpties[i];