Does Pixie support multi-segment motion blur (ie more than two points to interpolate between)? If so I can't get it to work. There is a "multi-point motion blur" example at the bottom of this page:
However I believe that Pixie is only using the first and last commands between MotionBegin and MotionEnd. In this scene file there is one cube with 5 different points of motionblur, but if you comment out all the scales and rotations and just leave the Translate command you can see that the cube is in fact translating in a straight line.
So I guess my question is, is this implemented? If not, Okan, could you point me in the right direction for where I would implement this for a triangle mesh?
Kevin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does Pixie support multi-segment motion blur (ie more than two points to interpolate between)? If so I can't get it to work. There is a "multi-point motion blur" example at the bottom of this page:
http://www.renderpixie.com/pixiewiki/Examples/RIB_Examples
However I believe that Pixie is only using the first and last commands between MotionBegin and MotionEnd. In this scene file there is one cube with 5 different points of motionblur, but if you comment out all the scales and rotations and just leave the Translate command you can see that the cube is in fact translating in a straight line.
So I guess my question is, is this implemented? If not, Okan, could you point me in the right direction for where I would implement this for a triangle mesh?
Kevin