Hi,<br><br>I am working on video visualization, I am trying to render a video into a 3D object. So basically the object will have a form of a cube, with multiple frames from the video stack up in the z dimension. I used fixed point ray cast GPU volume rendering technique. <br>
<br>For analysis purpose, I want to increase the distance between consecutive frames (the z dimension). I tried using vtkImageResample to do this, but the result is not what I wanted, I could not see the space between each images. So I think this is not the right method to do this.<br>
<br>My input is a .vti file, I use vtkBMPReader to read BMP images extracted from the video and append them together using vtkImageAppend.<br><br>Any help would be greatly appreciated.<br><br>Thank you,<br>Cuong<br>