-
Notifications
You must be signed in to change notification settings - Fork 347
-
I have next animation which a managed to achieve with a subprogram in Sverchok. I'm trying simulate vehicle movement where movement on some parts of a curve is more expensive and it seems is the perfect task for Animation Nodes. The question is whether it's possible to do without subprograms in AN?
running point
2022年04月13日_21-17-15
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
I don't think it can be done without a loop at the moment. The best I can think of without a loop would be to construct a new curve from the original one with masked points based on the evaluated curvature and evaluate that new curve using the resolution method.
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks. I tried some sort of this variant in GN but did not manage to achieve satisfactory result. Also this approach might be quite less efficient sometimes I guess. It seems that this task is more for simulation than for modeling and animating.
Beta Was this translation helpful? Give feedback.