orientationinterpolator ist not able to work with angle-values greater than 2 Pi (6,28)
This works :
Key[0 0.5 1]
KeyValue[ 0 0 1 0,
0 0 1 3.14,
0 0 1 6.28]
However, the wheel starts in an already turned state, I tried:
KeyValue[ 0 0 1 2.09, # 2 Pi/3
0 0 1 5.23, # 5 Pi/3
0 0 1 8.38] # 8 Pi/3
and this ist absolutely not working, but it should.
Anyone there with a solution ?
Thanks
|
|