Vogel Disk Node
Description
Generates a set of points with X and Y coordinates in the [-1; 1] range that describe a circle with uniform distribution of samples inside.
- Count - number of points
- Index - index of the current point for the disk with the number of points equal to Count
If you want to get uniform distribution of coordinates for a circle, the Vogel Disk node fits perfectly. For example you can use it is a loop to generate UV coordinates offset for making a uniform circular blur effect. You can pass the current loop iteration index to Index and the maximum number of iterations to Count
Last update:
2021-12-13
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)