Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: video mapping

  1. #1
    Junior Member Newbie
    Join Date
    May 2001
    Posts
    11

    video mapping

    I just checked out the Vexture video mapping opengl screensaver... anyone know how to do this? mapp video to a opengl plane (either as a file or a sequence of images)

  2. #2
    Intern Contributor
    Join Date
    Jun 2001
    Location
    Montmagny, france
    Posts
    91

    Re: video mapping

    Not very difficult :
    1) decompress the next compressed frame of the movie and load it into a texture
    3) draw a quad that is mapped with this texture
    4) make the SwapBuffer and goto 1

    If your card can handle this at more that 25fps (but 50 fps is better , than you can say that you have a "video mapped quad".

    @+
    Cyclone

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •