kleer001 Posted April 21, 2008 Share Posted April 21, 2008 (edited) 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. p.s. if you know some other voodoo about the Voronoise VOP please speak up. Edited April 21, 2008 by kleer001 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.