Talk:MLPV2 Rez Prop Independent of Pose Master
Revision as of 18:20, 11 February 2014 by Strife Onizuka (talk | contribs) (→A couple of adjustments?)
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)