Gabriel_Wolf 3 Posted November 20, 2019 Hello, Can you please help me a little bit? I would like to animate the direction of my normals based on the anti aliased flow noise in point vop. Can you tell me which nodes should I use to get this result? Thank you Share this post Link to post Share on other sites
jeremiah 2 Posted November 20, 2019 Hey, you should use 'add' to add the result of your noise to your current normal, right now you are multiplying. Also make sure the noise is outputting 3d noise instead of just 1d. Cheers, Share this post Link to post Share on other sites
jimeng20 8 Posted November 21, 2019 Also you wanna normalize your normal after you add the noise to your original normal. Share this post Link to post Share on other sites