remove in radians since its obvious

This commit is contained in:
Lavanya Mittal 2024-11-14 10:32:13 -05:00
parent 45b66fbcf8
commit 65bdf90a00
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ void main(){
// Angle from the current pixel
float a = atan(st.x,st.y)+PI;
// Angular spacing between vertices of shape (in radians)
// Angular spacing between vertices of shape
float r = TWO_PI/float(N);
// Shaping function that modulate the distance