Video as voxels in OpenGL
Any good references on displaying sequence of images from a video a开发者_JAVA技巧s voxel data in OpenGL? I want to display all these images at once as a cuboid with 50% alpha and navigate using keyboard or mouse.
Check out this tutorial on setting up a 3D texture.
If you then render slices through the texture array with the appropriate UVW coordinates you will get what you are after.
精彩评论