Hello,
How would I go about aligning an object to a another object's texture UV orientation? The only solution I can think of is that we perform a pick, calculate the V coordinate of the pick + 0.1 (to find the texture's orientation), convert the UV position to a 3D position, and then point the object towards it, thus aligning it.
Is there a simpler way to do this?
Thanks!