Jump to content

Voronoise Seed coloring


kleer001

Recommended Posts

Just a drop in the bucket here.

What the docs don't tell you about the output seed for the voronoise VOP is that it returns a signed 32bit int, basically a number from -2^31 to 2^31.

If you want to turn that into some useful range like 0-1 all you need is to turn that int into a float (with an Inttofloat VOP) and then plug that float into a Fit VOP with the 1D Src Min and Max set to -2^31 to 2^31 respectivly.

Enjoy.

:blink:

p.s. if you know some other voodoo about the Voronoise VOP please speak up.

Edited by kleer001
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...