caskal Posted June 22, 2017 Share Posted June 22, 2017 Hello magicians, Been trying to tackle an effect from ManvsMachine with no luck, here is the effect (black voronoi at begginig) I'm having issues to control de inset (or thickness attribute) with a attribute transfer, I dont know if they do this way or with a noise, but I'm not able to make the voronoi caps small with that smooth effect. Also the shapes there seems to be not only a voronoi fracture but more uniform, I tried a voronoi based in curvature and with a paint sop, here is what I have so far: Attached are my files, any tip would be great, thanks! @f1480187 tagging the master here. hypervenom_test01.hip hypervenom_test02.hip Quote Link to comment Share on other sites More sharing options...
crozer Posted June 23, 2017 Share Posted June 23, 2017 i see you are using a voronoi fracture to achieve this effect, when i think using a voronoi noise within VOPs would be a much more flexible approach! chris 1 Quote Link to comment Share on other sites More sharing options...
f1480187 Posted June 23, 2017 Share Posted June 23, 2017 *master steps in* Joking aside, seems like an adaptive remesh for me. It works nicer with curvature for smooth meshes. hypernose.hipnc 2 Quote Link to comment Share on other sites More sharing options...
Atom Posted June 23, 2017 Share Posted June 23, 2017 I just had to try that out on a dinosaur head. But I am getting some spikes here and there. What is causing that? ap_hypernose.hipnc Quote Link to comment Share on other sites More sharing options...
f1480187 Posted June 23, 2017 Share Posted June 23, 2017 (edited) If you see spikes, it probably Extrude, Bevel or Starburst. All three seems to use same unreliable algorithm producing spikes. Try to toggle Limit Insetting checkbox several times: it didn't even output same spike artifacts. There is no good solution, probably. Execute "cd /path/to/current/geo/; opadd -e polyextrude" in textport and find ancient PolyExtrude node. As far as I remember, it also produced spikes, but it seems to work on dinosaur. ap_hypernose_fix.hipnc Edited June 23, 2017 by f1480187 Quote Link to comment Share on other sites More sharing options...
Atom Posted June 23, 2017 Share Posted June 23, 2017 Your fix seems to work. I even tried it out on a shoe. ap_f1_hexagon_shoe_effect.hiplc 1 Quote Link to comment Share on other sites More sharing options...
caskal Posted June 27, 2017 Author Share Posted June 27, 2017 Thanks for the tips guys! There it goes again @f1480187 with those handy vex snippets, still afraid to make the jump myself. Awesome tip in the spikes question by @atom been strugling with those a lot. Got a couple of questions: 1) f1 you made the noise with a wrangle to drive the scale, it will be the same if I do the noise via VOP and export as an attribute to read them later in the primitive scale sop? 2) When I do noises they dont have that jiggly/woobly smooth effect, what is driving those in your wrangles? if im correct the paramenter in vops is roughness but still these seem smoother 3) On the geo part, polys seem to have different vertex count (or maybe is my eye and all are 5 with small splits), I tried with voronoi, changing the pscale size and driving the scatter by curvature to get randomness but didnt get to that, best result I had is with a paint spray sop, any ideas on this? I did a "cheat" version myself by doing the base mesh in houdini and using a cinema4d morph with falloff to drive the animation, and I thought these can be done in Houdini with a vdb morph inside a solver, my question is, there is a way to drive the vdb morph with a falloff? (like an attribute transfer) Sorry if im being picky here, I get crazy when I think I can do something and I'm stuck in the middle Thanks again! Cheers! Quote Link to comment Share on other sites More sharing options...
f1480187 Posted June 28, 2017 Share Posted June 28, 2017 1. Same thing, but you can use any generic Perlin noise. Being lazy to setup full noise or ramp mechanisms with VOPs, I often prefer to do a basic code in wrangle. It is less convenient to fine-tune and remap in code, though. 2. Use lower frequencies. There are visualizers set on wrangles. You can see the noises looks more like a animated gradients. 3. I'm not sure about this part. As usual, an original creator played randomly with different parameters and nodes, and learning person got a living hell trying to achieve same thing with a determined algorithm. It seems more like simple scaling, but using actual Voronoi and it's "Cut Plane Offset" may be involved. You get squares when cell points aligned into a square grid. This cells may be actual squares and triangles, but at same time they may only appear like that, due to cell point alignment. Since you do a single high-resolution effect, I think it is nice to arrange some points by hand. 4. And I know nothing useful about such VDBs techniques, hope other can help with that. 1 Quote Link to comment Share on other sites More sharing options...
caskal Posted June 28, 2017 Author Share Posted June 28, 2017 7 hours ago, f1480187 said: 1. Same thing, but you can use any generic Perlin noise. Being lazy to setup full noise or ramp mechanisms with VOPs, I often prefer to do a basic code in wrangle. It is less convenient to fine-tune and remap in code, though. 2. Use lower frequencies. There are visualizers set on wrangles. You can see the noises looks more like a animated gradients. 3. I'm not sure about this part. As usual, an original creator played randomly with different parameters and nodes, and learning person got a living hell trying to achieve same thing with a determined algorithm. It seems more like simple scaling, but using actual Voronoi and it's "Cut Plane Offset" may be involved. You get squares when cell points aligned into a square grid. This cells may be actual squares and triangles, but at same time they may only appear like that, due to cell point alignment. Since you do a single high-resolution effect, I think it is nice to arrange some points by hand. 4. And I know nothing useful about such VDBs techniques, hope other can help with that. Thanks for the useful info @f1480187 , you are a great teacher! Cheers! 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.