aoisaki Posted November 6, 2015 Share Posted November 6, 2015 I want creat some animation in vex like the Attachment I saw this on vimeo Swirly trails https://vimeo.com/134057856 It's awesome But i can't found a way to push the dir together like the picture It's not like I have a spline , then I can get the vel It's like noise motion Please help me with this Quote Link to comment Share on other sites More sharing options...
mestela Posted November 8, 2015 Share Posted November 8, 2015 I'm intrigued by this look more than I should be... Dunno what noise function you're using, but here's another attempt to get that trace lines look. Rather than do the volume convert method, this just displaces scattered lines by the noise function, and colours points based on the density. I also drive the curve width using the density attribute and use the H15 curve width display, sorta works. noise_lines.hipnc Quote Link to comment Share on other sites More sharing options...
f1480187 Posted November 8, 2015 Share Posted November 8, 2015 You need to be more specific there, because planar patterns possibly not what you want to get at the end. Haven't seen a video, but the image is a perlin noise used as velocity. Any sane black and white gradients can be used this way to control angle, or to attract and repel points. In case of custom geometry, you need to constrain angles by some vectors building a tangent space, but I believe that video is about it. swirl.hipnc 6 Quote Link to comment Share on other sites More sharing options...
aoisaki Posted November 9, 2015 Author Share Posted November 9, 2015 You need to be more specific there, because planar patterns possibly not what you want to get at the end. Haven't seen a video, but the image is a perlin noise used as velocity. Any sane black and white gradients can be used this way to control angle, or to attract and repel points. In case of custom geometry, you need to constrain angles by some vectors building a tangent space, but I believe that video is about it. This is awesome ! Thank you for your help! 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.