Jump to content

Dynamically scaling pieces?


gojade

Recommended Posts

Hi there,

I got a question regarding voronoi pieces:

I want to scale them dynamically (by an animated noise map for example).

When using a foreach loop with a transform inside with CEX,.. pivots, the pieces each scale fine, but all at he same time.

I my idea was to use color for the scale, but for this each piece should have a different color. Now the problem is that I cant color the whole pieces, but their invidual points/primitives only when using attribtransfer (regardles if its in an own for each...).

Well I hope you know what I mean.

Thanks,

Best

Jan

 

 

 

vornoi_scale_test1.hip

Edited by gojade
file upload
Link to comment
Share on other sites

You can get random colors with a assemble + color node

 

RFsGn1W.png

 

However, I couldn't make your transform method there works. But you can use an expression like this to access the attribute, "s" in this case, in the primitive. This hinges on the fact all primitives have the same attribute

 

wHNHDdB.png

 

 

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