Talk:MLPV2 Rez Prop Independent of Pose Master

From Second Life Wiki
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)

I will vouch for both of those bits of advice. That's not the version of IsVector I'm use to seeing. -- Strife (talk|contribs) 18:20, 11 February 2014 (PST)