Today in class I had a bit of trouble making ring topology look nice and it seemed to be because I had to use radians and not degrees.
Does anyone know how we could also make this work with degrees?
Sure, just use Math.sin(Math.toRadians(angle))...
Math.sin(Math.toRadians(angle))
Ya, Paul and I were also having this problem when trying to do it in degrees, where our nodes were doubling up around the circle. I was struggling to fix it and don't know if there is an easy fix to make it work in degrees.