Talk:MLPV2 Rez Prop Independent of Pose Master
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)