Hello,
I have a super simple problem, but I can't seem to figure it out.
Basically, I have a two points line, with normals pointing in opposite directions. I'd like to copy something on each of he two point, but pointing in the direction of the Normal.
Right now, it's perpendicular to the normal.
I tried a few combinations of cross() and @N, @up, set(1.0, 0.0, 0.0), set(0.0, 1.0, 0.0) and everything in between. It rotates, but never in the correct orientation.
I can't transform the input geometry (like rotate 90 degrees), only the normals/up of the line.
What would be the best way to do it? Thanks!
2022-06-21_HelpNormals2.hipnc