Started by mogn, May 07, 2011, 09:33:58 AM
Quote from: Hetzen on May 07, 2011, 05:37:23 PMOut of interest, how would you go about creating a vector direction from say an angle in a 360 arc defined by a constant scaler?
Quote from: jo on May 09, 2011, 12:59:44 AMHi Jon,Quote from: Hetzen on May 07, 2011, 05:37:23 PMOut of interest, how would you go about creating a vector direction from say an angle in a 360 arc defined by a constant scaler?You can use the rotate function nodes for that. They rotate about the origin so if you need to rotate about another point you may need to do a bit more work.Regards,Jo
Quote from: mogn on May 08, 2011, 04:41:16 AMThe documentation of the dot function is partly wrong and not usable.A better definition is: [A, B, C] dot [x, y, z] == [Ax, By, Cz]Converting an arc scalar v to a vector:Vector = [cos(v), 0, sin(v)]
Quote from: mogn on May 09, 2011, 03:45:36 PMThe backside of the rotation function is that thr angle cannot be calculated by blue notes.
Quote from: neon22 on May 21, 2011, 05:37:45 PMamazing skills !! I am astounded...