Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate directional vector field using guide vectors on random points #160

Open
prashant-saxena opened this issue Aug 1, 2023 · 0 comments

Comments

@prashant-saxena
Copy link

Hello,
image

  1. Blue dots are randomly generated points in UV space. (0-1)
  2. Red arrows represent guide vectors. (position and direction)
  3. An algorithm that can generate direction on points based on guide vectors (right image)

I gave a try using the K-Nearest-Neighbor algorithm but the resulting vectors are not following guide vectors smoothly. After searching on Google I came to know about "smooth tangent vector field", and that's what I'm looking for. This paper and video is describing the solution but unfortunately, there is no source code. The documentation shows Geometry Central supports vector field generation algorithms. Is it possible to do what am I looking for using Geometry Central?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant