ruchitinfushion Posted June 6, 2015 Share Posted June 6, 2015 Hi, How can i create effect like this Wireframe Tendrils in Houdini ? And is it possible to transfer poly texture color to wireframe?? Quote Link to comment Share on other sites More sharing options...
simonekekerg Posted June 6, 2015 Share Posted June 6, 2015 You can create the effect by advecting points through some perlin noise. The example in the link uses a rgb perlin noise image (http://charliehoey.com/threejs-demos/textures/rgb-perlin-seamless-512.png) You can use this function to sample the image: http://www.sidefx.com/docs/houdini14.0/vex/functions/texture Quote Link to comment Share on other sites More sharing options...
rajesh jogani Posted June 8, 2015 Share Posted June 8, 2015 Hi looking great, can you pls share hip file??? thank you. Quote Link to comment Share on other sites More sharing options...
simonekekerg Posted June 8, 2015 Share Posted June 8, 2015 (edited) Here is the hip file. Most of the code is copied from his glsl shader. You need to download the rgb noise image and put in the same folder as the hip file. tendrils.hip Edited June 8, 2015 by simonekekerg Quote Link to comment Share on other sites More sharing options...
Atom Posted June 9, 2015 Share Posted June 9, 2015 Thanks for the example file Simon. It renders very fast using the OpenGL rop. Quote Link to comment Share on other sites More sharing options...
ruchitinfushion Posted June 10, 2015 Author Share Posted June 10, 2015 Great, Thanx much for File. Quote Link to comment Share on other sites More sharing options...
rajesh jogani Posted June 10, 2015 Share Posted June 10, 2015 thans for file Quote Link to comment Share on other sites More sharing options...
mestela Posted June 10, 2015 Share Posted June 10, 2015 I had a quick go at this too, just using vops rather than particles. Really good way to visualise the different noise types, see their ranges, how they animate, what they might be suited for. That three.js demo was a really nice find, thanks for sharing! whispy_v04.hipnc 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.