DM Task: Sampling position of moving reference object for "follow_path"
Section "follow_path"
- target path should be met as close as possible (but may differ due to physics, etc...) (could be given e.g. in s,t coordinates)
-
interpolation says whether to go in a straight line (linear) or polynomial....
- you can give absolute or relative coordinates
- if you choose relative you have to set a reference
Question: What if the reference points itself moves as well?
- In OSC1.X: reference object is evaluated only at the invocation of the object and is not updated later if the reference object moves
- Want to keep this interpretation also for 2.0
- Maybe some update on that in OSC2.1 in cooperation with OSC1.2
- e.g. when to sample the position of the reference object
Originates from
@n.ochoa : Please feel free to choose a better title of this issue