What happens to my tangentu?

   1205   2   0
User Avatar
Member
2 posts
Joined: Jan. 2018
Offline
Hello forum.

As i´m still a beginner in houdini, I hope you can give me a hint for my problem.

I try to copy some lines on a circle via "copy to points". I use a orientalongcurce to align them. The Problem is,
that my tangentu-vector gets modified, so that its not pointing along the curve anymore. Is there
a way to preserve the tangentu?

Thank you very much.
Jan
Edited by Jan Sickinger - Nov. 12, 2021 10:47:48

Attachments:
tangentu_example.hiplc (106.4 KB)
01.JPG (465.0 KB)
02.JPG (466.2 KB)

User Avatar
Member
7803 posts
Joined: Sept. 2011
Online
Jan Sickinger
The Problem is,
that my tangentu-vector gets modified, so that its not pointing along the curve anymore.

You mean not modified. You can see it's still pointing in the same direction as before the curve was transformed. For the copy to points to transform attributes, they must be in the attributes to transform mask, as well as tagged as what type of transforming attribute: position, vector, normal, quaternion, transform matrix. The AttribCreate node can set this flag when creating the attribute or add it to an existing one. There is also a vex function setattribtypeinfo that can set the flag.
User Avatar
Member
2 posts
Joined: Jan. 2018
Offline
Thank you!! That did the trick.
  • Quick Links