Jump to content

shared array for all points in a attribute vop


sanostol

Recommended Posts

I want to iterate over point positions in a attribute vop, modify them in dependency to neighbor points (the edgelength), and continou the loop on the modified point positions. I want to avoid the sop loop way, and keep it in vex, but not sure if it is possible at all. First idea was to create a detail vector array attribute, where I can grab and store the results in a per point attribute vop, but it seems a per point attribute vop can not share a array with other points. as soon as You write out, the detail attribute entries are all set to zero, just the last one has the right value

 

 

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...