I'm trying to get normals to point inside a path.
To achieve that I did a little hack:
- poly extude the path to get like a stipe
- find the nearest point and calculate a vector from it
- steal the normals back to the original path
Here is the result:
I was wondering if there is a better way to do that ?
Only in vex ? without the polyextrude if possible…
Thanks