Jump to content

simple question please


moam1986

Recommended Posts

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 :) 

Link to comment
Share on other sites

Guest mantragora

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 by mantragora
  • Like 1
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...