mark Posted March 27, 2004 Share Posted March 27, 2004 I'm trying to make a custom sop with vex builder. the sop needs to do this: inputs: x value, y value, z value, scale, seed (and geometry) the sop needs to move each individual point in x,y,z using some kind of formula such as: ( vector[xvalue,yvalue,zvalue] * scale ) * random[seed] at least thats what i think the 3dsmax noise does. its great because you can make one brick and add noise, then make 20 copies and change the seed value to have 20 individual but similar bricks. ive missed that in maya and houdini. so i have the output and some input parameters in vex builder, nothing else seems to work, cant see any kind of tutorial/pdf .. any tips to fill in the gaps? Quote Link to comment Share on other sites More sharing options...
edward Posted March 27, 2004 Share Posted March 27, 2004 I don't quite understand your brick example. From your vex description, it sounds sorta like the VEX Mountain SOP to me. Quote Link to comment Share on other sites More sharing options...
mark Posted March 27, 2004 Author Share Posted March 27, 2004 hi edward cant believe i didnt know about the mountain sop.. ! very similar, im sure that will do!! with the brick example i meant that a set of bricks are all very similar but not identical, its good to be able to easily make many bricks from the one geometry, with slight differences (i.e. the seed of the random function) cheers Quote Link to comment Share on other sites More sharing options...
michael Posted March 27, 2004 Share Posted March 27, 2004 check out the video tutorial on Geometry Instancing : http://sidefx.vislab.usyd.edu.au/houdini_v...ring/index.html Quote Link to comment Share on other sites More sharing options...
MG Posted April 1, 2004 Share Posted April 1, 2004 The Fractal SOP always does the trick for me Quote Link to comment Share on other sites More sharing options...
mark Posted April 5, 2004 Author Share Posted April 5, 2004 exactly what i wanted, thanks 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.