moam1986 Posted January 20, 2015 Share Posted January 20, 2015 simple question please how to set matrix attribute in vex.. with vector i'm using set() function.. but i don't know what to use with matrix!! i searched alot in the internet and the help but didn't get the answer.. and thanks in advance Quote Link to comment Share on other sites More sharing options...
Guest mantragora Posted January 20, 2015 Share Posted January 20, 2015 Have you tried to use set() for it too? Quote Link to comment Share on other sites More sharing options...
moam1986 Posted January 20, 2015 Author Share Posted January 20, 2015 Have you tried to use set() for it too? ya its no't working Quote Link to comment Share on other sites More sharing options...
moam1986 Posted January 20, 2015 Author Share Posted January 20, 2015 Have you tried to use set() for it too? oh sorry mantragora.. its working (Y) i was using vectors attributes inside it.. forget that its need only floats value; 16x float value.. thanks for your help mantragora Quote Link to comment Share on other sites More sharing options...
Guest mantragora Posted January 20, 2015 Share Posted January 20, 2015 (edited) If you put this: 4@temp4 = set(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15);or this: 3@temp3 = set(0, 1, 2, 3, 4, 5, 6, 7, 8); in attribute wrangle set to whatever mode, it doesn't create matrix3 or matrix4?Works for me. EDIT. Well, you figured it out while I typed. Edited January 20, 2015 by mantragora 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.