Point VOP Noise

   1215   4   2
User Avatar
Member
7 posts
Joined: 5月 2020
Offline
Hi, How do I make a noise like this with vop?

Attachments:
vop.png (571.6 KB)

User Avatar
Member
166 posts
Joined: 3月 2014
Offline
Here is a quick attempt with HIP file. The setup calculates an angle for each point and also looks at its distance from the center. Both of these are used as inputs for noises. The two noises are multiplied together to limit the length of each "line".

Before feeding into each final noise, a noise is added to the angle and the length in order to make the lines crooked.
Edited by Digipiction - 2023年9月14日 05:34:04

Attachments:
CircleNoise.hip (346.4 KB)
circleNoise.jpg (139.4 KB)

User Avatar
Member
7 posts
Joined: 5月 2020
Offline
amazing. I share my project. just want to add circle noise to the turbulent noise. the noise starts from the center exactly like in this picture but for a circle.

Attachments:
Noise.hip (243.8 KB)
Noises.png (728.4 KB)

User Avatar
Member
166 posts
Joined: 3月 2014
Offline
Here's the noise radiating out from the center.

Attachments:
NoiseRadial.hip (285.8 KB)

User Avatar
Member
7 posts
Joined: 5月 2020
Offline
appraciate you.
  • Quick Links