Modified the importer to link at the end, improving opensim support.

This commit is contained in:
phr0z3nt04st
2010-06-23 15:35:36 -05:00
parent b799b9b25a
commit a3e5a32faf
2 changed files with 43 additions and 16 deletions

View File

@@ -97,6 +97,7 @@ public:
static std::map<std::string, U8> sId2attachpt; // attach points of all attachables
static std::map<U8, LLVector3> sPt2attachpos; // positions of all attachables
static std::map<U8, LLQuaternion> sPt2attachrot; // rotations of all attachables
static std::map<U32, std::queue<U32> > sLinkSets;//Linksets to link.
static int sPrimIndex;
static int sAttachmentsDone;
static std::map<std::string, U32> sId2localid;