ObjectShape

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	ObjectShape Low NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		ObjectData			Variable
		{	ObjectLocalID	U32	}
		{	PathCurve		U8	}
		{	ProfileCurve	U8	}
		{	PathBegin		U8	}	
		{	PathEnd			U8	}	
		{	PathScaleX		U8	}	
		{	PathScaleY		U8	}	
		{	PathShearX		U8	}	
		{	PathShearY		U8	}	
		{	PathTwist		S8	}	
		{	PathTwistBegin		S8	}	
		{ 	PathRadiusOffset 	S8	} 	
		{ 	PathTaperX		S8	}	
		{	PathTaperY		S8	}	
		{	PathRevolutions		U8	}	
		{	PathSkew		S8	}	
		{	ProfileBegin	U8	}	
		{	ProfileEnd		U8	}	
		{	ProfileHollow	U8	}	
	}
}

Usage and Notes