View Full Version : Playing AVI as a background
Is there a way of playing an AVI behind some OPENGL animation without the use of texture rendering
yaro_dup1
05-30-2003, 08:18 AM
Of course. You only have to use special functions for 2D rendering like glDrawPixels or Win32 function StretchBlt (if You're using windows), but texture mapping is usually faster.
Gavin
06-13-2003, 07:30 AM
Will quicktime do?
mdog1234
06-14-2003, 06:10 PM
there is a tutorial at nehe.gamedev.net that shows how to play an avi in opengl. Its shows how to play them on the sides of cube, cylinders, etc. I think this may help
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.