Talk:MLPV2 Rez Prop Independent of Pose Master

From Second Life Wiki
Revision as of 16:33, 11 February 2014 by Omei Qunhua (talk | contribs) (suggestions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A couple of adjustments?

Your lines if (tmpx == "") tmpx = "0"; etc. are not needed. A null string will produce a zero float when cast.

This line: rotation relativeRot = <0.0, 0.0, 0.0, 90>; is rather horrible (and incorrect). Try this:- rotation relativeRot = llEuler2Rot(<90, 0, 0> * DEG_TO_RAD);

Omei Qunhua 15:33, 11 February 2014 (PST)