You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm have a weird issue with Curve Network: the embedding of nodes seems to be wrong.
My test: I create a simple curve network with small segments starting at mesh vertices and going inside the mesh. What we see in the video is just the first nodes.
The issue is that the curve tips should coincide with the mesh vertices (which is not the case).
If you look at the coordinates (selection windows), they are exactly the same. It looks like it's only a draw issue.
(tested on macOs)
The text was updated successfully, but these errors were encountered:
weirder and weirder... Two networks, pink (Rays0, {p<->p'=p + delta . n} ) and green (Rays1 , {p'<->p' + delta . n}) and the extremities have the same coordinates (internally) but the draw is buggy...
Perhaps is autocenter/autoscale structures enabled? If the structures have slightly different extents, they could be getting transformed differently causing them to not align.
I'm have a weird issue with Curve Network: the embedding of nodes seems to be wrong.
My test: I create a simple curve network with small segments starting at mesh vertices and going inside the mesh. What we see in the video is just the first nodes.
The issue is that the curve tips should coincide with the mesh vertices (which is not the case).
If you look at the coordinates (selection windows), they are exactly the same. It looks like it's only a draw issue.
(tested on macOs)
The text was updated successfully, but these errors were encountered: