This tutorial will teach you how to play AVI files in OpenGL. Play them fullscreen, in a window, on the side of a cube, sphere, cylinder, etc. Create a billboard with full motion video playing on it! The tutorial also shows you how to use sphere mapping to create a cool looking live environment mapping effect.
DaveBaumann said:Yes, video files can be displayed as textures. In fact, there are a few applications out there that will allow you to edit video and put 3D effects on to it - this is achieved by effectively mapping the video on to a texture and then processing through the shader pipeline to add effects.
Technically, this could be done in a game, but its probably still fairly costly.
Para said:DaveBaumann said:Yes, video files can be displayed as textures. In fact, there are a few applications out there that will allow you to edit video and put 3D effects on to it - this is achieved by effectively mapping the video on to a texture and then processing through the shader pipeline to add effects.
Technically, this could be done in a game, but its probably still fairly costly.
Name one?