tyFlow Script Matrix3 data - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: tyFlow Script Matrix3 data (/thread-3713.html) |
tyFlow Script Matrix3 data - rjanders0003 - 06-09-2023 G'Day Is it possible in tyFlow Script to modify matrix3 data directly - say eg: I wanted to add an offset to position Z but leave rest of matrix3 data in tact. Rob EDIT: I think I figured it out myself - took a bit - lol Code: // RJA - get the Matrix Data for particle 0 in the current flow RE: tyFlow Script Matrix3 data - tyFlow - 06-12-2023 Yes, your edit is the correct method: row4 is the position portion of a Matrix3 transform. |